diff --git a/docs/tee-multi-prover.md b/docs/developers/concepts/tee-multi-prover.md similarity index 99% rename from docs/tee-multi-prover.md rename to docs/developers/concepts/tee-multi-prover.md index 2e06b6e..86758ab 100644 --- a/docs/tee-multi-prover.md +++ b/docs/developers/concepts/tee-multi-prover.md @@ -1,6 +1,6 @@ --- title: TEE Multi Prover -slug: /tee-multi-prover +slug: /developers/concepts/tee-multi-prover --- ## Background diff --git a/docs/developers/reference/opcodes.md b/docs/developers/reference/opcodes.md index 58e5cba..f25bd8b 100644 --- a/docs/developers/reference/opcodes.md +++ b/docs/developers/reference/opcodes.md @@ -23,7 +23,7 @@ The following opcodes are not supported in UniFi: | Opcode | Name | Solidity Equivalent | Rollup Behaviour | Ethereum L1 Behaviour | |--------|-----------|---------------------|----------------------------------------------|--------------------------------------| -| 41 | COINBASE | block.coinbase | Returns the address of the L2 block proposer | Gets the block’s beneficiary address | +| 41 | COINBASE | block.coinbase | Returns the address of the L2 block proposer | Gets the block's beneficiary address | | 42 | TIMESTAMP | block.timestamp | Timestamp of the L2 block | Timestamp of the L1 block | | 43 | NUMBER | block.number | L2 block number | Gets the L1 block number | | 48 | BASEFEE | block.basefee | Returns the L2 base fee | Returns the base fee | diff --git a/docusaurus.config.js b/docusaurus.config.js index c40ab71..83e8afb 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -6,7 +6,7 @@ import katex from 'rehype-katex'; module.exports = { title: "Puffer UniFi Docs", tagline: "Documentation for the Puffer UniFi Rollup", - url: "https://docs.puffer.fi", + url: "https://docs-unifi.puffer.fi", baseUrl: "/", onBrokenLinks: "throw", onBrokenMarkdownLinks: "warn", @@ -118,7 +118,6 @@ module.exports = { docs: { routeBasePath: "/", sidebarPath: require.resolve("./sidebars.js"), - // Please change this to your repo. editUrl: "https://github.com/PufferFinance/unifi-docs/tree/main", remarkPlugins: [math], rehypePlugins: [katex], diff --git a/sidebars.js b/sidebars.js index 94a7c5f..7d1780a 100644 --- a/sidebars.js +++ b/sidebars.js @@ -22,7 +22,6 @@ const sidebars = { "intro", "move-funds", "bridge-ui", - "tee-multi-prover", ], developersSidebar: [ { @@ -30,12 +29,28 @@ const sidebars = { label: "Getting started", id: "developers/getting-started/index", }, + { + type: "category", + label: "Concepts", + link: { + type: "generated-index", + }, + collapsed: false, + items: [ + { + type: "doc", + label: "TEE Multi Prover", + id: "developers/concepts/tee-multi-prover", + }, + ] + }, { type: "category", label: "Deploy a Smart Contract", link: { type: "generated-index", }, + collapsed: false, items: [ { type: "doc", @@ -55,6 +70,7 @@ const sidebars = { link: { type: "generated-index", }, + collapsed: false, items: [ { type: "doc",