fix broken code block quotes and disclaimer title (#46)

This commit is contained in:
Giuliano Mega 2024-10-19 16:10:18 -03:00 committed by GitHub
parent b7b6a31cb4
commit 6d831e0ab5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -96,7 +96,7 @@ export default withMermaid({
text: 'Using Codex', text: 'Using Codex',
collapsed: false, collapsed: false,
items: [ items: [
{ text: 'Disclaimer Codex', link: '/codex/disclaimer' }, { text: 'Disclaimer', link: '/codex/disclaimer' },
{ text: 'Quick start', link: '/learn/quick-start' }, { text: 'Quick start', link: '/learn/quick-start' },
{ text: 'Build Codex', link: '/learn/build' }, { text: 'Build Codex', link: '/learn/build' },
{ text: 'Run Codex', link: '/learn/run' }, { text: 'Run Codex', link: '/learn/run' },

View File

@ -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 Note that you will currently not be able to build Codex with gcc 14. To verify that
you have a supported version, run: you have a supported version, run:
``shell ```shell
gcc --version gcc --version
``` ```