Skip to content

Commit

Permalink
mkdocs: update nav
Browse files Browse the repository at this point in the history
Signed-off-by: Koichi Shiraishi <[email protected]>
  • Loading branch information
zchee committed Jan 10, 2022
1 parent e03304a commit 58c7367
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions config/mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ plugins:
extra:
revision: 14c2c2dbed9d

# yamllint disable-line
## $ find . -type f \( -name '*.md' -or -name '*.asciidoc' \) -and -not \( -name 'Home.md' -or -name '_Footer.md' -or -name '_Sidebar.md' \) | awk -F'/' '{print $2}' | awk -F'.md' '{print ""$1": "$0}' | awk -F':' '{gsub( "-", " ", $1 ) gsub( ".asciidoc", "", $1 )} {print " - \""$1"\":"$2}' | sed 's|.asciidoc|.md|' | sort --ignore-case

nav:
Expand All @@ -116,6 +117,7 @@ nav:
- "ChromeOS": ChromeOS.md
- "CodeReview": CodeReview.md
- "CodeReviewComments": CodeReviewComments.md
- "CodeReviewConcurrency": CodeReviewConcurrency.md
- "CodeTools": CodeTools.md
- "Comments": Comments.md
- "CommitMessage": CommitMessage.md
Expand Down Expand Up @@ -144,6 +146,7 @@ nav:
- "FreeBSD": FreeBSD.md
- "FromXToGo": FromXToGo.md
- "Frozen": Frozen.md
- "Fuzzing trophy case": Fuzzing-trophy-case.md
- "Gardening": Gardening.md
- "GccgoCrossCompilation": GccgoCrossCompilation.md
- "GcToolchainTricks": GcToolchainTricks.md
Expand Down Expand Up @@ -178,7 +181,6 @@ nav:
- "GoTalks": GoTalks.md
- "GoUserGroups": GoUserGroups.md
- "GoUsers": GoUsers.md
- "GoVsGenerics": GoVsGenerics.md
- "HandlingIssues": HandlingIssues.md
- "Hashing": Hashing.md
- "heapdump13": heapdump13.md
Expand All @@ -188,10 +190,9 @@ nav:
- "HostedContinuousIntegration": HostedContinuousIntegration.md
- "How to ask for help": How-to-ask-for-help.md
- "HowToAsk": HowToAsk.md
- "HttpFetch": HttpFetch.md
- "HttpStaticFiles": HttpStaticFiles.md
- "IDEsAndTextEditorPlugins": IDEsAndTextEditorPlugins.md
- "InstallFromSource": InstallFromSource.md
- "InstallTroubleshooting": InstallTroubleshooting.md
- "InterfaceSlice": InterfaceSlice.md
- "InvalidFlag": InvalidFlag.md
- "Iota": Iota.md
Expand All @@ -205,6 +206,7 @@ nav:
- "LinuxKernelSignalVectorBug": LinuxKernelSignalVectorBug.md
- "Livestreams": Livestreams.md
- "LockOSThread": LockOSThread.md
- "MacOS12BSDThreadRegisterIssue": MacOS12BSDThreadRegisterIssue.md
- "MethodSets": MethodSets.md
- "MinimumRequirements": MinimumRequirements.md
- "MinorReleases": MinorReleases.md
Expand Down Expand Up @@ -233,7 +235,6 @@ nav:
- "Proposals": Proposals.md
- "ProviderIntegration": ProviderIntegration.md
- "Questions": Questions.md
- "RaceDetector": RaceDetector.md
- "Range": Range.md
- "RateLimiting": RateLimiting.md
- "Rationales": Rationales.md
Expand All @@ -257,6 +258,7 @@ nav:
- "TableDrivenTests": TableDrivenTests.md
- "TargetSpecific": TargetSpecific.md
- "TestComments": TestComments.md
- "The Workspace Proposal Prototype": The-Workspace-Proposal-Prototype.md
- "Timeouts": Timeouts.md
- "Training": Training.md
- "Ubuntu": Ubuntu.md
Expand All @@ -265,7 +267,6 @@ nav:
- "WebAssembly": WebAssembly.md
- "Well known struct tags": Well-known-struct-tags.md
- "WhyGo": WhyGo.md
- "windows scoop install go cli": windows-scoop-install-go-cli.md
- "Windows": Windows.md
- "WindowsBuild": WindowsBuild.md
- "WindowsCrossCompiling": WindowsCrossCompiling.md
Expand Down

0 comments on commit 58c7367

Please sign in to comment.