Skip to content

Commit 82e7a2a

Browse files
authored
Merge pull request #199 from BridgerVoss/master
wolfHSM fix for Manual: chapter01 not linking correctly
2 parents 374a06b + f83b8c5 commit 82e7a2a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

wolfHSM/mkdocs.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,17 @@ docs_dir: build/html/
44
site_dir: html/
55
copyright: Copyright © 2024 wolfSSL Inc.
66
nav:
7-
- "1. Introduction": chapter01.md
7+
- "1. Introduction": index.md
88
- "2. Overview": chapter02.md
99
- "3. Getting Started": chapter03.md
1010
- "4. Functional Components": chapter04.md
1111
- "5. Client Library": chapter05.md
1212
- "6. Server Library": chapter06.md
1313
- "7. Customizing wolfHSM": chapter07.md
1414
- "8. Porting wolfHSM": chapter08.md
15-
- "9. API Reference": appendix01.md
15+
- "9. API Reference": appendix01.md
1616
theme:
17-
name: null
17+
name: null
1818
custom_dir: ../mkdocs-material/material
1919
language: en
2020
palette:

0 commit comments

Comments
 (0)