-
Notifications
You must be signed in to change notification settings - Fork 47
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
# What 💻 * update theme # Why ✋ * latest changes in docs template repo need to be applied.
- Loading branch information
1 parent
1b2334d
commit dce9eba
Showing
18 changed files
with
37 additions
and
186 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,2 @@ | ||
# Production license for @nuxt/ui-pro, get one at https://ui.nuxt.com/pro/purchase | ||
NUXT_UI_PRO_LICENSE= | ||
|
||
# Public URL, used for OG Image when running nuxt generate | ||
NUXT_PUBLIC_SITE_URL= |
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 |
---|---|---|
|
@@ -5,7 +5,7 @@ on: | |
branches: [main, staging] | ||
workflow_dispatch: | ||
|
||
jobs: | ||
jobs: | ||
format: | ||
name: code_format | ||
runs-on: ubuntu-latest | ||
|
@@ -53,7 +53,6 @@ jobs: | |
link-check: | ||
env: | ||
NUXT_UI_PRO_LICENSE: ${{ secrets.NUXT_UI_PRO_LICENSE }} | ||
NUXT_PUBLIC_SITE_URL: ${{ secrets.NUXT_PUBLIC_SITE_URL }} | ||
name: link_check | ||
runs-on: ubuntu-latest | ||
steps: | ||
|
@@ -69,4 +68,4 @@ jobs: | |
|
||
- uses: untitaker/[email protected] | ||
with: | ||
args: .output/public/ --sources content/ | ||
args: .output/public/ --sources content/ |
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
This file was deleted.
Oops, something went wrong.
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,6 +1,6 @@ | ||
--- | ||
title: Introduction | ||
description: | ||
description: Welcome to zkSync Era Docs. | ||
--- | ||
|
||
**zkSync Era** is a Layer 2 | ||
|
This file was deleted.
Oops, something went wrong.
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,62 +1,47 @@ | ||
title: 'zkSync Docs' | ||
description: | ||
Nuxt UI Pro is a collection of premium Vue components built on top of Nuxt UI to create beautiful & responsive Nuxt | ||
applications in minutes. | ||
navigation: false | ||
hero: | ||
title: 'Unlock the Potential of Layer 2 Scaling with zkSync' | ||
description: 'Explore comprehensive guides, developer tools, and resources to innovate on the zkSync platform.' | ||
orientation: vertical | ||
headline: | ||
label: See what's new in 21.1.0 | ||
label: See what's new in 24.2.0 | ||
to: https://github.com/matter-labs/zksync-era/releases | ||
icon: i-heroicons-arrow-top-right-on-square-20-solid | ||
links: | ||
- label: Start building on zkSync | ||
icon: i-heroicons-arrow-right-20-solid | ||
trailing: true | ||
to: '/build' | ||
size: lg | ||
# - label: Use this template | ||
# icon: i-simple-icons-github | ||
# size: lg | ||
# color: gray | ||
# to: https://github.com/nuxt-ui-pro/docs | ||
# target: _blank | ||
size: xl | ||
features: | ||
title: 'Explore zkSync Docs' | ||
items: | ||
- title: 'Getting Started with zkSync' | ||
description: 'Jumpstart your zkSync journey with quickstart guides and fundamental concepts for developers.' | ||
icon: 'i-zksync-zksync-logo' | ||
to: '#' | ||
to: '/build/zksync-101' | ||
- title: 'Develop with zksync-cli' | ||
description: 'Boost your development workflow with the zksync-cli tool.' | ||
icon: 'i-simple-icons-windowsterminal' | ||
to: '#' | ||
to: '/build/tooling/zksync-cli' | ||
- title: 'Architecture' | ||
description: 'Learn about the zkSync architecture and how it works under the hood.' | ||
icon: 'i-heroicons-sparkles-20-solid' | ||
to: '#' | ||
to: '/zk-stack' | ||
community: | ||
title: 'Join the zkSync Community' | ||
links: | ||
- label: 'Learn more about zkSync' | ||
icon: 'i-zksync-zksync-logo' | ||
trailingIcon: 'i-heroicons-arrow-right-20-solid' | ||
color: 'gray' | ||
to: '#' | ||
size: lg | ||
items: | ||
- title: 'Developer Updates' | ||
description: 'Keep up to date with the latest from the zkSync team on X.' | ||
icon: 'i-simple-icons-x' | ||
to: '#' | ||
to: 'https://x.com/zksync' | ||
- title: 'GitHub Discussions' | ||
description: 'Get help from the community and contribute to the zkSync project.' | ||
icon: 'i-simple-icons-github' | ||
to: '#' | ||
to: 'https://github.com/zkSync-Community-Hub/zksync-developers/discussions' | ||
- title: 'zkSync Discord' | ||
description: 'Connect with devs and zkSync enthusiasts on Discord.' | ||
icon: 'i-simple-icons-discord' | ||
to: '#' | ||
to: 'https://join.zksync.dev/' |
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,8 +1,17 @@ | ||
// https://nuxt.com/docs/api/configuration/nuxt-config | ||
export default defineNuxtConfig({ | ||
extends: [['github:matter-labs/docs-nuxt-template', { install: true }]], | ||
modules: ['@nuxt/content', '@nuxt/ui', '@nuxt/eslint'], | ||
modules: ['@nuxt/content', '@nuxt/ui', '@nuxt/eslint', '@nuxtjs/seo'], | ||
routeRules: { | ||
'/api/search.json': { prerender: true }, | ||
}, | ||
site: { | ||
name: 'zkSync Docs', | ||
url: process.env.NUXT_SITE_ENV ? 'https://staging-docs.zksync.io' : 'https://docs.zksync.io', | ||
}, | ||
runtimeConfig: { | ||
public: { | ||
app: 'docs', | ||
}, | ||
}, | ||
}); |
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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.