diff --git a/.vitepress/config.mts b/.vitepress/config.mts index dc3b587..3f09bd7 100644 --- a/.vitepress/config.mts +++ b/.vitepress/config.mts @@ -96,7 +96,7 @@ export default withMermaid({ text: 'Using Codex', collapsed: false, items: [ - { text: 'Disclaimer Codex', link: '/codex/disclaimer' }, + { text: 'Disclaimer', link: '/codex/disclaimer' }, { text: 'Quick start', link: '/learn/quick-start' }, { text: 'Build Codex', link: '/learn/build' }, { text: 'Run Codex', link: '/learn/run' }, diff --git a/learn/build.md b/learn/build.md index ca37864..1e4fec2 100644 --- a/learn/build.md +++ b/learn/build.md @@ -58,7 +58,7 @@ curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs/ | sh -s -- --default- Note that you will currently not be able to build Codex with gcc 14. To verify that you have a supported version, run: -``shell +```shell gcc --version ```