|
19 | 19 | - search.suggest |
20 | 20 | - search.highlight |
21 | 21 |
|
22 | | - # - content.action.edit |
| 22 | + - content.action.edit |
23 | 23 | - content.code.copy |
24 | 24 | - content.code.select |
25 | 25 | - content.code.annotate |
@@ -67,27 +67,27 @@ hooks: |
67 | 67 | nav: |
68 | 68 | - Home: index.md |
69 | 69 | - Contributing: |
70 | | - - Development environment: contributing/development-environment.md |
71 | | - - Submitting your work: contributing/submitting-your-work.md |
72 | | - - Contributing: |
73 | | - - Code: contributing/code.md |
74 | | - - Documentation: contributing/docs.md |
| 70 | + - Development environment: contributing/development-environment.md |
| 71 | + - Submitting your work: contributing/submitting-your-work.md |
| 72 | + - Contributing: |
| 73 | + - Code: contributing/code.md |
| 74 | + - Documentation: contributing/docs.md |
75 | 75 | - Architecture: |
76 | | - - Overview: architecture/overview.md |
77 | | - - Core: architecture/core.md |
78 | | - - Components: |
79 | | - - Overview: architecture/components/index.md |
80 | | - - Common hardware interfaces: |
81 | | - - GPIO: architecture/components/gpio.md |
82 | | - - I2C: architecture/components/i2c.md |
83 | | - - SPI: architecture/components/spi.md |
84 | | - - Serial (UART): architecture/components/uart.md |
85 | | - - Automations: architecture/components/automations.md |
86 | | - - API: |
87 | | - - Overview: architecture/api/index.md |
88 | | - - Protocol Details: architecture/api/protocol_details.md |
89 | | - - Logging Best Practices: architecture/logging.md |
90 | | - - CI: |
91 | | - - Overview: architecture/ci/index.md |
92 | | - - Tests: architecture/ci/component_tests.md |
| 76 | + - Overview: architecture/overview.md |
| 77 | + - Core: architecture/core.md |
| 78 | + - Components: |
| 79 | + - Overview: architecture/components/index.md |
| 80 | + - Common hardware interfaces: |
| 81 | + - GPIO: architecture/components/gpio.md |
| 82 | + - I2C: architecture/components/i2c.md |
| 83 | + - SPI: architecture/components/spi.md |
| 84 | + - Serial (UART): architecture/components/uart.md |
| 85 | + - Automations: architecture/components/automations.md |
| 86 | + - API: |
| 87 | + - Overview: architecture/api/index.md |
| 88 | + - Protocol Details: architecture/api/protocol_details.md |
| 89 | + - Logging Best Practices: architecture/logging.md |
| 90 | + - CI: |
| 91 | + - Overview: architecture/ci/index.md |
| 92 | + - Tests: architecture/ci/component_tests.md |
93 | 93 | - Blog: blog/index.md |
0 commit comments