From f7f5b95b6423a50be0060fb74b105635044b9e22 Mon Sep 17 00:00:00 2001 From: Slava <20563034+veaceslavdoina@users.noreply.github.com> Date: Fri, 24 Jan 2025 14:54:48 +0200 Subject: [PATCH] docs: add tokenomics litepaper to the sidebar (#59) --- .vitepress/config.mts | 1 + 1 file changed, 1 insertion(+) diff --git a/.vitepress/config.mts b/.vitepress/config.mts index 1c530ab..a262730 100644 --- a/.vitepress/config.mts +++ b/.vitepress/config.mts @@ -91,6 +91,7 @@ export default withMermaid({ { text: 'What is Codex?', link: '/learn/what-is-codex' }, { text: 'Architecture', link: '/learn/architecture' }, { text: 'Whitepaper', link: '/learn/whitepaper' }, + { text: 'Tokenomics Litepaper', link: '/learn/tokenomics-litepaper' } ] }, {