docs(directory structure): simplify by removing details/ and intro/ dirs (#9313)

This commit is contained in:
Victor Wheeler
2025-11-27 13:07:30 -07:00
committed by GitHub
parent e54d668633
commit ae15dc66c0
339 changed files with 310 additions and 310 deletions
+1 -1
View File
@@ -763,7 +763,7 @@ print('''\
''')
print('#endif /* LV_STYLE_GEN_H */')
sys.stdout = open(base_dir + '/../docs/src/details/common-widget-features/styles/style-properties.rst', 'w')
sys.stdout = open(base_dir + '/../docs/src/common-widget-features/styles/style-properties.rst', 'w')
print('.. _style_properties:')
print()