Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
46 changes: 23 additions & 23 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ theme:
- search.suggest
- search.highlight

# - content.action.edit
- content.action.edit
Copy link

Copilot AI Jun 23, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[nitpick] If the commented-out configuration is no longer required for historical context or rollback purposes, consider removing it to keep the configuration file clean.

Copilot uses AI. Check for mistakes.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It enables direct github edit link for the markdown file.

- content.code.copy
- content.code.select
- content.code.annotate
Expand Down Expand Up @@ -65,27 +65,27 @@ hooks:
nav:
- Home: index.md
- Contributing:
- Development environment: contributing/development-environment.md
- Submitting your work: contributing/submitting-your-work.md
- Contributing:
- Code: contributing/code.md
- Documentation: contributing/docs.md
- Development environment: contributing/development-environment.md
- Submitting your work: contributing/submitting-your-work.md
- Contributing:
- Code: contributing/code.md
- Documentation: contributing/docs.md
- Architecture:
- Overview: architecture/overview.md
- Core: architecture/core.md
- Components:
- Overview: architecture/components/index.md
- Common hardware interfaces:
- GPIO: architecture/components/gpio.md
- I2C: architecture/components/i2c.md
- SPI: architecture/components/spi.md
- Serial (UART): architecture/components/uart.md
- Automations: architecture/components/automations.md
- API:
- Overview: architecture/api/index.md
- Protocol Details: architecture/api/protocol_details.md
- Logging Best Practices: architecture/logging.md
- CI:
- Overview: architecture/ci/index.md
- Tests: architecture/ci/component_tests.md
- Overview: architecture/overview.md
- Core: architecture/core.md
- Components:
- Overview: architecture/components/index.md
- Common hardware interfaces:
- GPIO: architecture/components/gpio.md
- I2C: architecture/components/i2c.md
- SPI: architecture/components/spi.md
- Serial (UART): architecture/components/uart.md
- Automations: architecture/components/automations.md
- API:
- Overview: architecture/api/index.md
- Protocol Details: architecture/api/protocol_details.md
- Logging Best Practices: architecture/logging.md
- CI:
- Overview: architecture/ci/index.md
- Tests: architecture/ci/component_tests.md
- Blog: blog/index.md