You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After setting up the command files, generate the command sidebar data for optimal build performance:
92
-
93
-
```shell
94
-
# Run this after init-commands.sh or when command metadata changes
95
-
./build/generate-sidebar-data.sh
96
-
```
97
-
98
-
This script pre-processes all command JSON files into a single `_data/commands_sidebar.json` file, which dramatically improves build times by avoiding redundant file operations across hundreds of command pages.
99
-
100
91
Then, restart Zola.
101
92
Point your browser at `http://127.0.0.1:1111/commands/` and you should see the fully populated list of topics.
102
93
All files created in this process are ignored by git.
0 commit comments