-
Notifications
You must be signed in to change notification settings - Fork 7.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Docs: Initial documentation structure using Sphinx #5355
Conversation
PTAL @me-no-dev and let me know if any other change is required. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Few notes and content Table fix of Readme.md file.
Can we move |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we move
Installing
andBoards
sections underGetting Started
? Add a section named such asAdvanced Utilities
, and moveLibrary Builder
,ESP-IDF as Component
,OTA Web Update
,makeEspArduino
inside. So the CONTENTS will be concise.
I just think we should keep Library Builder
and ESP-IDF as Component
as is because both are often used. We can move them to Advanced Utilities
when the content index gets bigger.
This PR is the initial documentation structure including the basic information about the project and Sphinx configuration. ####CONTENTS: - Getting Started - Installing - Boards - Libraries - Library Builder - Tutorials - ESP-IDF as Component - OTA Web Update - makeEspArduino - Troubleshooting - Contributing This PR also changes the README.md.
This PR is the initial documentation structure including the basic information about the project and Sphinx configuration.
CONTENTS:
This PR also changes the README.md.