Skip to content

isabella232/esp-faq

 
 

Repository files navigation

ESP-FAQ Framework

ESP-FAQ is a summary document for common problems launched by Espressif.

Hosted Documentation

ESP-FAQ Document framework

language support

  • The document framework supports reStructuredText and Markdown lightweight markup languages.

Document structure

docs
├── _static
│   ├── espressif-logo.svg       # Web logo
│   └── theme_overrides.css      # Web Style Sheet
├── zh_CN
│   ├── _static                  # Inline resources
│   ├── get-started              # Get started
│   ├── development-environment  # Development environment
│   ├── application-solution     # Application solution
│   ├── hardware-related         # Hardware related
│   ├── software-framework       # Software framework
│   ├── test-verification        # Test verification
│   ├── config.py                # Sphinx config
│   ├── Makefile                 # Compile file
│   └── index.rst                # Home
└── en
    ├── _static                  # Inline resources
    ├── get-started              # Get started
    ├── development-environment  # Development environment
    ├── application-solution     # Application solution
    ├── hardware-related         # Hardware related
    ├── software-framework       # Software framework
    ├── test-verification        # Test verification
    ├── config.py                # Sphinx config
    ├── Makefile                 # Compile file
    └── index.rst                # Home

Document Contribution

Resources

About

No description, website, or topics provided.

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published