mirror of
https://github.com/logos-storage/logos-storage-docs.git
synced 2026-01-02 13:23:07 +00:00
fix broken code block quotes and disclaimer title (#46)
This commit is contained in:
parent
b7b6a31cb4
commit
6d831e0ab5
@ -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' },
|
||||||
|
|||||||
@ -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
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user