Skip to content

Commit

Permalink
Feature/auto docs (PalisadoesFoundation#2740)
Browse files Browse the repository at this point in the history
* Remove existing files from auto-docs

* Copy MD files such as PR Guidlines

* Add scripts to fix conversion issues and links

* Genrate dartdoc html files

* Connvert html files to md files

* Modify script to address isolated conversion issues

* Run fix_markdown.py

* Modify script to address isolated issues

* Run fix_internal_links.py

* Fix scripts to address all conersion issues

* Create generate_docs.sh file

* Add logic to rename index.md files

* Add old code to address unexpected character issue

* Fix conversion issues

* Fix issues with #

* Fix scripts to remove unwanted #

* Fix errors in the scripts

* Documentation generated

* Remove md files copied from root

* Fix links to moved md files in the index.md file in auto-docs

* Fix duplicate routes issue. Update links to root md files

* Fix broken anchor in the file exceptions_critical_action_exception-library-sidebar.md

* Delete talawa-mobile-docs folder

* Fix generate_docs.sh file to generate html files in docs/docs/auto-docs

* Merge both script file to avoide reading files twice

* Move scripts to scripts/docusaurus

* Update scripts with new links

* Delete fix_internal_links.py

* Run fix_markdown to fix errors

* Fix python code quality

* Fix docstring

* Ensure Python script adheres to best practices

* Fix docstring

---------

Co-authored-by: Peter Harrison <[email protected]>
  • Loading branch information
Abhi-MS and palisadoes authored Feb 22, 2025
1 parent 69face6 commit b151a56
Show file tree
Hide file tree
Showing 2,806 changed files with 135,830 additions and 57,535 deletions.
218 changes: 214 additions & 4 deletions docs/docs/auto-docs/__404error.md

Large diffs are not rendered by default.

41 changes: 41 additions & 0 deletions docs/docs/auto-docs/apptheme/AppTheme-class-sidebar.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
1. [Constructors](./AppTheme-class.md)
2. [AppTheme](./AppTheme/AppTheme.md)
3. [Properties](./AppTheme-class.md)
4. [hashCode](https://api.flutter.dev/flutter/dart-core/Object/hashCode.html)
5. [runtimeType](https://api.flutter.dev/flutter/dart-core/Object/runtimeType.html)
6. [Methods](./AppTheme-class.md)
7. [noSuchMethod](https://api.flutter.dev/flutter/dart-core/Object/noSuchMethod.html)
8. [toString](https://api.flutter.dev/flutter/dart-core/Object/toString.html)
9. [Operators](./AppTheme-class.md)
10. [operator
==](https://api.flutter.dev/flutter/dart-core/Object/operator_equals.html)
11. [Static properties](./AppTheme-class.md)
12. [bodyText1](./AppTheme/bodyText1.md)
13. [bodyText2](./AppTheme/bodyText2.md)
14. [bodyText3](./AppTheme/bodyText3.md)
15. [button](./AppTheme/button.md)
16. [headline1](./AppTheme/headline1.md)
17. [headline2](./AppTheme/headline2.md)
18. [headline3](./AppTheme/headline3.md)
19. [headline4](./AppTheme/headline4.md)
20. [headline5](./AppTheme/headline5.md)
21. [headline6](./AppTheme/headline6.md)
22. [overline](./AppTheme/overline.md)
23. [subtitle1](./AppTheme/subtitle1.md)
24. [subtitle2](./AppTheme/subtitle2.md)
25. [title](./AppTheme/title.md)
26. [Constants](./AppTheme-class.md)
27. [blackPrimary](./AppTheme/blackPrimary-constant.md)
28. [blackSecondary](./AppTheme/blackSecondary-constant.md)
29. [blackTertiary](./AppTheme/blackTertiary-constant.md)
30. [blue](./AppTheme/blue-constant.md)
31. [green](./AppTheme/green-constant.md)
32. [grey](./AppTheme/grey-constant.md)
33. [lightGrey](./AppTheme/lightGrey-constant.md)
34. [primary](./AppTheme/primary-constant.md)
35. [red](./AppTheme/red-constant.md)
36. [secondary](./AppTheme/secondary-constant.md)
37. [shadow](./AppTheme/shadow-constant.md)
38. [tertiary](./AppTheme/tertiary-constant.md)
39. [white](./AppTheme/white-constant.md)
40. [yellow](./AppTheme/yellow-constant.md)
Loading

0 comments on commit b151a56

Please sign in to comment.