Skip to content

Commit

Permalink
Merge branch 'main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
jlwllmr authored Dec 3, 2024
2 parents 0af2651 + 6ff465a commit d839636
Show file tree
Hide file tree
Showing 25 changed files with 1,537 additions and 999 deletions.
35 changes: 19 additions & 16 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@ const COOKBOOK_PUBLIC_API_KEY =
/** @type {import('@docusaurus/types').Config} */
const config = {
title: "Linea",
tagline:
"An EVM-equivalent network, scaling the Ethereum experience. Secured with a zero-knowledge rollup to Ethereum, built on lattice-based cryptography, and powered by Consensys.",
tagline: "Everything you need to build onchain.",
url: "https://docs.linea.build",
baseUrl: "/",
onBrokenLinks: "throw",
Expand Down Expand Up @@ -52,7 +51,7 @@ const config = {

// Enable experimental infrastructure for Docusaurus Faster project
future: {
experimental_faster: true,
experimental_faster: false,
},

presets: [
Expand Down Expand Up @@ -87,8 +86,9 @@ const config = {
],

themeConfig:
/** @type {import('@docusaurus/preset-classic').ThemeConfig} */
({
/* @type {import('@docusaurus/preset-classic').ThemeConfig} */
{
/*
announcementBar: {
id: "announcement_bar",
content:
Expand All @@ -97,6 +97,8 @@ const config = {
textColor: "#121212",
isCloseable: false,
},
*/

colorMode: {
defaultMode: "dark",
disableSwitch: false,
Expand All @@ -116,8 +118,7 @@ const config = {
title: "Docs",
logo: {
alt: "Linea",
src: "img/Linea_logo_black.svg",
srcDark: "img/Linea_logo_white.svg",
src: "img/Linea_docs_logo.svg",
},
items: [
{
Expand All @@ -126,27 +127,29 @@ const config = {
position: "left",
label: "Get started",
},
// {
// type: "doc",
// docId: "learn/index",
// position: "left",
// label: "Learn",
// },
/* {
type: "doc",
docId: "learn/index",
position: "left",
label: "Learn",
}, */
{
type: "doc",
docId: "api/index",
position: "left",
label: "API & SDK",
},
{
to: "release-notes",
type: "doc",
docId: "release-notes",
position: "right",
label: "Release notes",
},
{
href: "https://discord.gg/linea",
position: "right",
label: "Support",
position: "right",
class: "support-link",
},
],
},
Expand Down Expand Up @@ -243,7 +246,7 @@ const config = {
logoClass: "nodejs",
},
],
}),
},
plugins: [
[
"@docusaurus/plugin-google-tag-manager",
Expand Down
2 changes: 1 addition & 1 deletion mlc_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
},
{
"pattern": "https://infura.io"
}
},
{
"pattern": "https://rpc.sepolia.linea.build"
}
Expand Down
Loading

0 comments on commit d839636

Please sign in to comment.