Skip to content

Commit 0e7fd4e

Browse files
committed
fix(navigation): update paths from functions/ to features/ and improve menu generator
- Replace all functions/ paths with features/ in navigation.md - Remove orphan ai-chat-box.md reference (file doesn't exist) - Fix navigation2menu.js to accept file argument (was blocking on stdin) - Add progress output to navigation2menu.js for visibility - Add pandoc to Hugo security allow list in both config files - Regenerate menu.en.json with correct paths
1 parent 63056bd commit 0e7fd4e

File tree

4 files changed

+1646
-1622
lines changed

4 files changed

+1646
-1622
lines changed

config-eh.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,4 +105,4 @@ notAlternative = true
105105

106106
[security]
107107
[security.exec]
108-
allow = ['^(dart-)?sass(-embedded)?$', '^go$', '^git$', '^npx$', '^postcss$', '^tailwindcss$']
108+
allow = ['^(dart-)?sass(-embedded)?$', '^go$', '^git$', '^npx$', '^postcss$', '^tailwindcss$', '^pandoc$']

config-wc.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,4 +104,4 @@ notAlternative = true
104104

105105
[security]
106106
[security.exec]
107-
allow = ['^(dart-)?sass(-embedded)?$', '^go$', '^git$', '^npx$', '^postcss$', '^tailwindcss$']
107+
allow = ['^(dart-)?sass(-embedded)?$', '^go$', '^git$', '^npx$', '^postcss$', '^tailwindcss$', '^pandoc$']

0 commit comments

Comments
 (0)