diff --git a/.firebaserc b/.firebaserc index 6a496bc8..e983fad5 100644 --- a/.firebaserc +++ b/.firebaserc @@ -1,18 +1,7 @@ { "projects": { - "default": "zksync-docs" - }, - "targets": { - "zksync-docs": { - "hosting": { - "prod": [ - "zksync-docs" - ], - "staging": [ - "zksync-docs-staging" - ] - } - } + "default": "zksync-docs-staging-5eb09", + "prod": "zksync-docs" }, "etags": {} } diff --git a/.github/workflows/deploy-preview.yml b/.github/workflows/deploy-preview.yml index 036839f2..dc5f22d1 100644 --- a/.github/workflows/deploy-preview.yml +++ b/.github/workflows/deploy-preview.yml @@ -26,6 +26,5 @@ jobs: uses: matter-labs/action-hosting-deploy@main with: repoToken: '${{ secrets.GITHUB_TOKEN }}' - firebaseServiceAccount: "${{ secrets.FIREBASE_SERVICE_ACCOUNT_ZKSYNC_DOCS }}" - target: staging - projectId: zksync-docs \ No newline at end of file + firebaseServiceAccount: "${{ secrets.FIREBASE_SERVICE_ACCOUNT_ZKSYNC_DOCS_STAGING_5EB09 }}" + projectId: zksync-docs-staging-5eb09 \ No newline at end of file diff --git a/.github/workflows/deploy-staging.yml b/.github/workflows/deploy-staging.yml index 9d33ea0c..e0086118 100644 --- a/.github/workflows/deploy-staging.yml +++ b/.github/workflows/deploy-staging.yml @@ -25,7 +25,6 @@ jobs: - uses: matter-labs/action-hosting-deploy@main with: repoToken: "${{ secrets.GITHUB_TOKEN }}" - firebaseServiceAccount: "${{ secrets.FIREBASE_SERVICE_ACCOUNT_ZKSYNC_DOCS }}" - target: staging - projectId: zksync-docs + firebaseServiceAccount: "${{ secrets.FIREBASE_SERVICE_ACCOUNT_ZKSYNC_DOCS_STAGING_5EB09 }}" + projectId: zksync-docs-staging-5eb09 channelId: live \ No newline at end of file diff --git a/.github/workflows/secrets_scanner.yaml b/.github/workflows/secrets_scanner.yaml index ff4ff92f..8904a999 100644 --- a/.github/workflows/secrets_scanner.yaml +++ b/.github/workflows/secrets_scanner.yaml @@ -1,9 +1,9 @@ -name: secret 🔍 +name: scan 🔍 on: pull_request: merge_group: jobs: - scan: + secrets: runs-on: ubuntu-latest steps: - name: Checkout code diff --git a/.markdownlint.json b/.markdownlint.json index 8a59db9f..123df027 100644 --- a/.markdownlint.json +++ b/.markdownlint.json @@ -13,5 +13,9 @@ "line_length": 120, "tables": false }, - "MD033": false + "MD033": false, + "MD003": false, + "MD034": false, + "MD024": false, + "MD022": false } diff --git a/content/10.getting-started/1.index.md b/content/10.getting-started/1.index.md index 47be72c1..83fc70a3 100644 --- a/content/10.getting-started/1.index.md +++ b/content/10.getting-started/1.index.md @@ -34,22 +34,28 @@ There are already many websites based on this template: You can start playing with this template in your browser using our online sandboxes: -::u-button - -class: mr-4 icon: i-simple-icons-stackblitz label: Play on StackBlitz target: \_blank to: -[stackblitz](https://stackblitz.com/github/nuxt-ui-pro/docs/) - +::card --- - +title: Play on StackBlitz +icon: i-simple-icons-stackblitz +to: https://stackblitz.com/github/nuxt-ui-pro/docs/ +target: _blank +--- +Explore Nuxt built-in components for pages, layouts, head, and more. :: -::u-button - -class: mt-2 sm:mt-0 icon: i-simple-icons-codesandbox label: Play on CodeSandbox target: \_blank to: -[codesandbox](https://codesandbox.io/s/github/nuxt-ui-pro/docs/) - --- +::card +--- +title: Play on CodeSandbox +icon: i-simple-icons-codesandbox +to: https://codesandbox.io/s/github/nuxt-ui-pro/docs/ +target: _blank +--- +Explore Nuxt built-in components for pages, layouts, head, and more. :: +--- + Or open [Nuxt UI playground](https://ui.nuxt.com/playground). diff --git a/content/10.getting-started/2.installation.md b/content/10.getting-started/2.installation.md index eda61a5c..802d52fe 100644 --- a/content/10.getting-started/2.installation.md +++ b/content/10.getting-started/2.installation.md @@ -4,9 +4,9 @@ description: Get started with Nuxt UI Pro documentation template. layout: docs --- -## ::callout - -icon: i-heroicons-light-bulb target: \_blank to: [nuxt studio](https://nuxt.studio/themes/docs) +::callout{icon="i-heroicons-light-bulb"} +This is a callout. +:: --- diff --git a/firebase.json b/firebase.json index a8ac073e..7dd16c19 100644 --- a/firebase.json +++ b/firebase.json @@ -1,16 +1,6 @@ { - "hosting": [ - { - "target": "staging", - "public": ".output/public", - "cleanUrls": true, - "ignore": ["firebase.json", "**/.*", "**/node_modules/**"] - }, - { - "target": "prod", - "public": ".output/public", - "cleanUrls": true, - "ignore": ["firebase.json", "**/.*", "**/node_modules/**"] - } - ] + "hosting": { + "public": ".output/public", + "ignore": ["firebase.json", "**/.*", "**/node_modules/**"] + } }