Skip to content

Commit 76380c3

Browse files
Merge pull request #417 from wiwaszko-intel/DOCS-fix-toctree-main
[DOCS] Toc fix for publishing
2 parents 97398d8 + a76f505 commit 76380c3

File tree

1 file changed

+15
-8
lines changed

1 file changed

+15
-8
lines changed

docs/index.md

Lines changed: 15 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -591,7 +591,12 @@ systemConfigs:
591591
## Get Help
592592

593593
- Run the following command in the command-line tool to see all the commands
594-
and options: `./os-image-composer --help`
594+
and options:
595+
596+
```sh
597+
./os-image-composer --help
598+
```
599+
595600
- See the [CLI Specification and Reference](./architecture/os-image-composer-cli-specification.md).
596601
- Read the [documentation](https://github.com/open-edge-platform/os-image-composer/tree/main/docs).
597602
- Troubleshoot by using the [Build Process documentation](./architecture/os-image-composer-build-process.md#troubleshooting-build-issues).
@@ -611,13 +616,15 @@ See [License](https://github.com/open-edge-platform/os-image-composer/blob/main/
611616
:::{toctree}
612617
:hidden:
613618

614-
Architecture <architecture/architecture>
615-
Prerequisites <tutorial/prerequisite>
616-
Secure Boot Configuration <tutorial/configure-secure-boot>
617-
Configure Users <tutorial/configure-image-user>
618-
Customize Image Build <tutorial/configure-additional-actions-for-build>
619-
Configure Multiple Package Repositories <tutorial/configure-multiple-package-repositories>
620-
release-notes
619+
Installation Guide <tutorial/installation.md>
620+
Prerequisites <tutorial/prerequisite.md>
621+
Architecture <architecture/architecture.md>
622+
Usage Guide <tutorial/usage-guide.md>
623+
Secure Boot Configuration <tutorial/configure-secure-boot.md>
624+
Configure Users <tutorial/configure-image-user.md>
625+
Customize Image Build <tutorial/configure-additional-actions-for-build.md>
626+
Configure Multiple Package Repositories <tutorial/configure-multiple-package-repositories.md>
627+
release-notes.md
621628

622629
:::
623630
hide_directive-->

0 commit comments

Comments
 (0)