-
Notifications
You must be signed in to change notification settings - Fork 96
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* add(bootstrap): begin of translation to Polish language * Update endpoints.md (#609) Remove pinknode from RPC providers * Update index.md - note that we are live on Shiden and Astar (#606) * init functioning version * test * updates to the endpoints available (#607) * add(pl): front page of documentation * Mainnet basic data (#611) * mainnet basic data * Update bridge-to-zkevm.md generalize to any wallet * Update bridge-to-zkevm.md --------- Co-authored-by: Mar.io <[email protected]> Co-authored-by: Ivan <[email protected]> * update learn landing page and faq (#613) * Update quickstart.md (#615) * Add/local cdk node (#614) * Create setup-local-validium-node.md * Rename setup-local-node.md to setup-local-rollup-node.md * Update setup-local-rollup-node.md * Pics via upload * Additzion to setup-local-validium-node.md * Fix brackets * Fix brackets 2 * Some. * Additional updates * Final updates * Final update rollup * Update headline * Post replica1 * Post replica 2 * Doc typos fix & Jp doc update (#617) * Typo fix & Jp doc update * Fix errors * Add Astar ZK RPC node page (#618) * Add Astar ZK RPC node page * minor rephrasing --------- Co-authored-by: Megan Skye Phoenix <[email protected]> * Update (#619) - Improved DS registration page for devs (Polkadot.js, Talisman, Subwallet support) - Fixed Jp translation files * add(polish): test of build * add(pl): Czym jest Astar zkEVM? * add(formatting): white spaces * Mainnet basic data (#611) * mainnet basic data * Update bridge-to-zkevm.md generalize to any wallet * Update bridge-to-zkevm.md --------- Co-authored-by: Mar.io <[email protected]> Co-authored-by: Ivan <[email protected]> * Doc typos fix & Jp doc update (#617) * Typo fix & Jp doc update * Fix errors * Update (#619) - Improved DS registration page for devs (Polkadot.js, Talisman, Subwallet support) - Fixed Jp translation files * add(fix): navbar * fix algolia --------- Co-authored-by: Josip Š <[email protected]> Co-authored-by: Ivan <[email protected]> Co-authored-by: Gregory Luneau <[email protected]> Co-authored-by: Mar.io <[email protected]> Co-authored-by: Mar.io <[email protected]> Co-authored-by: Megan Skye <[email protected]> Co-authored-by: Marijan <[email protected]> Co-authored-by: Gaius_sama <[email protected]> Co-authored-by: bLd759 <[email protected]>
- Loading branch information
1 parent
ac313f9
commit 6b03f28
Showing
284 changed files
with
2,033 additions
and
88 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,156 +1,156 @@ | ||
// @ts-nocheck | ||
// Note: type annotations allow type checking and IDEs autocompletion | ||
const {themes} = require('prism-react-renderer'); | ||
const { themes } = require("prism-react-renderer"); | ||
const lightCodeTheme = themes.github; | ||
const darkCodeTheme = themes.dracula; | ||
const math = require('remark-math'); | ||
const katex = require('rehype-katex'); | ||
const math = require("remark-math"); | ||
const katex = require("rehype-katex"); | ||
|
||
/** @type {import('@docusaurus/types').Config} */ | ||
const config = { | ||
title: 'Astar Docs', | ||
tagline: 'A comprehensive library of useful information about Astar Network', | ||
url: 'https://docs.astar.network', | ||
baseUrl: '/', | ||
onBrokenLinks: 'throw', | ||
onBrokenMarkdownLinks: 'throw', | ||
favicon: 'img/fav.png', | ||
organizationName: 'AstarNetwork', // Usually your GitHub org/user name. | ||
projectName: 'astar-docs', // Usually your repo name. | ||
plugins: ['docusaurus-plugin-sass'], | ||
title: "Astar Docs", | ||
tagline: "A comprehensive library of useful information about Astar Network", | ||
url: "https://docs.astar.network", | ||
baseUrl: "/", | ||
onBrokenLinks: "throw", | ||
onBrokenMarkdownLinks: "throw", | ||
favicon: "img/fav.png", | ||
organizationName: "AstarNetwork", // Usually your GitHub org/user name. | ||
projectName: "astar-docs", // Usually your repo name. | ||
plugins: ["docusaurus-plugin-sass"], | ||
markdown: { | ||
mermaid: true, | ||
}, | ||
themes: ['@docusaurus/theme-mermaid'], | ||
themes: ["@docusaurus/theme-mermaid"], | ||
stylesheets: [ | ||
{ | ||
href: 'https://cdn.jsdelivr.net/npm/[email protected]/dist/katex.min.css', | ||
type: 'text/css', | ||
href: "https://cdn.jsdelivr.net/npm/[email protected]/dist/katex.min.css", | ||
type: "text/css", | ||
integrity: | ||
'sha384-odtC+0UGzzFL/6PNoE8rX/SPcQDXBJ+uRepguP4QkPCm2LBxH3FA3y+fKSiJ+AmM', | ||
crossorigin: 'anonymous', | ||
"sha384-odtC+0UGzzFL/6PNoE8rX/SPcQDXBJ+uRepguP4QkPCm2LBxH3FA3y+fKSiJ+AmM", | ||
crossorigin: "anonymous", | ||
}, | ||
], | ||
clientModules: [require.resolve('./static/astarAi.js')], | ||
clientModules: [require.resolve("./static/astarAi.js")], | ||
|
||
presets: [ | ||
[ | ||
'classic', | ||
"classic", | ||
/** @type {import('@docusaurus/preset-classic').Options} */ | ||
({ | ||
docs: { | ||
sidebarPath: require.resolve('./sidebars.js'), | ||
sidebarPath: require.resolve("./sidebars.js"), | ||
// Please change this to your repo. | ||
editUrl: 'https://github.com/AstarNetwork/astar-docs/tree/main/', | ||
editUrl: "https://github.com/AstarNetwork/astar-docs/tree/main/", | ||
remarkPlugins: [math], | ||
rehypePlugins: [katex], | ||
}, | ||
blog: { | ||
showReadingTime: true, | ||
// Please change this to your repo. | ||
editUrl: 'https://github.com/AstarNetwork/astar-docs/tree/main/', | ||
editUrl: "https://github.com/AstarNetwork/astar-docs/tree/main/", | ||
}, | ||
theme: { | ||
customCss: require.resolve('./src/css/custom.scss'), | ||
customCss: require.resolve("./src/css/custom.scss"), | ||
}, | ||
}), | ||
], | ||
], | ||
|
||
//Enable multilanguage support. Portuguese added as first language | ||
i18n: { | ||
defaultLocale: 'en', | ||
locales: ['en', "ja"], | ||
defaultLocale: "en", | ||
locales: ["en", "ja", "pl"], | ||
localeConfigs: { | ||
en: { htmlLang: 'en-US' }, | ||
en: { htmlLang: "en-US" }, | ||
ja: {}, | ||
|
||
pl: {}, | ||
}, | ||
}, | ||
themeConfig: | ||
/** @type {import('@docusaurus/preset-classic').ThemeConfig} */ | ||
({ | ||
navbar: { | ||
title: 'Astar Docs', | ||
title: "Astar Docs", | ||
logo: { | ||
alt: 'Astar', | ||
src: 'img/astar-logo.svg', | ||
alt: "Astar", | ||
src: "img/astar-logo.svg", | ||
}, | ||
items: [ | ||
{ | ||
type: 'doc', | ||
docId: 'getting-started', | ||
position: 'left', | ||
label: 'Docs', | ||
type: "doc", | ||
docId: "getting-started", | ||
position: "left", | ||
label: "Docs", | ||
}, | ||
{ | ||
type: 'doc', | ||
docId: 'build/index', | ||
position: 'left', | ||
label: 'Start Building', | ||
type: "doc", | ||
docId: "build/index", | ||
position: "left", | ||
label: "Start Building", | ||
}, | ||
{ | ||
type: 'doc', | ||
docId: 'build/zkEVM/quickstart', | ||
position: 'left', | ||
label: 'zkEVM', | ||
type: "doc", | ||
docId: "build/zkEVM/quickstart", | ||
position: "left", | ||
label: "zkEVM", | ||
}, | ||
{ | ||
to: 'https://medium.com/astar-network', | ||
label: 'Medium', | ||
position: 'left', | ||
to: "https://medium.com/astar-network", | ||
label: "Medium", | ||
position: "left", | ||
}, | ||
{ | ||
to: 'https://www.youtube.com/channel/UC36JgEF6gqatVSK9xlzzrvQ', | ||
label: 'Youtube', | ||
position: 'left', | ||
to: "https://www.youtube.com/channel/UC36JgEF6gqatVSK9xlzzrvQ", | ||
label: "Youtube", | ||
position: "left", | ||
}, | ||
{ | ||
type: 'localeDropdown', | ||
position: 'right', | ||
type: "localeDropdown", | ||
position: "right", | ||
}, | ||
{ | ||
href: 'https://github.com/AstarNetwork/astar-docs', | ||
label: 'GitHub', | ||
position: 'right', | ||
href: "https://github.com/AstarNetwork/astar-docs", | ||
label: "GitHub", | ||
position: "right", | ||
}, | ||
], | ||
}, | ||
footer: { | ||
style: 'light', | ||
style: "light", | ||
links: [ | ||
{ | ||
title: 'Docs', | ||
title: "Docs", | ||
items: [ | ||
{ | ||
label: 'Get Started', | ||
to: '/docs/getting-started', | ||
label: "Get Started", | ||
to: "/docs/getting-started", | ||
}, | ||
], | ||
}, | ||
{ | ||
title: 'Community', | ||
title: "Community", | ||
items: [ | ||
{ | ||
label: 'Discord', | ||
href: 'https://discord.gg/astarnetwork', | ||
label: "Discord", | ||
href: "https://discord.gg/astarnetwork", | ||
}, | ||
{ | ||
label: 'Twitter', | ||
href: 'https://twitter.com/AstarNetwork', | ||
label: "Twitter", | ||
href: "https://twitter.com/AstarNetwork", | ||
}, | ||
], | ||
}, | ||
{ | ||
title: 'More', | ||
title: "More", | ||
items: [ | ||
{ | ||
label: 'Blog', | ||
to: 'https://astar.network/blog', | ||
label: "Blog", | ||
to: "https://astar.network/blog", | ||
}, | ||
{ | ||
label: 'GitHub', | ||
href: 'https://github.com/AstarNetwork', | ||
label: "GitHub", | ||
href: "https://github.com/AstarNetwork", | ||
}, | ||
], | ||
}, | ||
|
@@ -160,28 +160,28 @@ const config = { | |
prism: { | ||
theme: lightCodeTheme, | ||
darkTheme: darkCodeTheme, | ||
additionalLanguages: ['rust', 'toml', 'solidity'], | ||
additionalLanguages: ["rust", "toml", "solidity"], | ||
}, | ||
algolia: { | ||
// The application ID provided by Algolia | ||
appId: 'S7S4T6Q4KC', | ||
appId: "S7S4T6Q4KC", | ||
|
||
// Public API key: it is safe to commit it | ||
apiKey: '4eacb78946fd33fdd34c5954c4658a7b', | ||
apiKey: "4eacb78946fd33fdd34c5954c4658a7b", | ||
|
||
indexName: 'astar', | ||
indexName: "astar", | ||
|
||
// Optional: see doc section below | ||
contextualSearch: true, | ||
|
||
// Optional: Specify domains where the navigation should occur through window.location instead on history.push. Useful when our Algolia config crawls multiple documentation sites and we want to navigate with window.location.href to them. | ||
externalUrlRegex: 'astar\\.network', | ||
externalUrlRegex: "astar\\.network", | ||
|
||
// Optional: Algolia search parameters | ||
searchParameters: {}, | ||
|
||
// Optional: path for search page that enabled by default (`false` to disable it) | ||
searchPagePath: 'search', | ||
searchPagePath: "search", | ||
|
||
//... other Algolia params | ||
}, | ||
|
Oops, something went wrong.