From 6d831e0ab5996d14c13d1e8ea059fd93ddb2d794 Mon Sep 17 00:00:00 2001 From: Giuliano Mega Date: Sat, 19 Oct 2024 16:10:18 -0300 Subject: [PATCH] fix broken code block quotes and disclaimer title (#46) --- .vitepress/config.mts | 2 +- learn/build.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 ```