Skip to content

Commit

Permalink
docs: docusaurus updates
Browse files Browse the repository at this point in the history
  • Loading branch information
KashifSaadat committed Nov 20, 2024
1 parent 93d2f94 commit 65fa5ba
Show file tree
Hide file tree
Showing 7 changed files with 32 additions and 18,237 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,6 @@ jobs:
run: |
git config --global user.email "[email protected]"
git config --global user.name "gh-actions"
export DOCUSAURUS_IGNORE_SSG_WARNINGS=true
npm ci
npx docusaurus deploy
9 changes: 5 additions & 4 deletions .github/workflows/testing.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ jobs:
with:
node-version: 18.x

- name: Install dependencies
run: npm ci
- name: Test asset build phase
run: yarn build
- name: NPM Build
run: |
export DOCUSAURUS_IGNORE_SSG_WARNINGS=true
npm ci
npm run build
1 change: 1 addition & 0 deletions .naverc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
18
3 changes: 0 additions & 3 deletions babel.config.js

This file was deleted.

11 changes: 10 additions & 1 deletion docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,20 @@ const config: Config = {
favicon: 'img/favicon-docs.svg',
organizationName: 'appvia',
projectName: 'terranetes',
future: {
experimental_faster: {
swcJsLoader: true,
swcJsMinimizer: true,
swcHtmlMinimizer: true,
lightningCssMinimizer: true,
rspackBundler: true,
mdxCrossCompilerCache: true,
},
},
i18n: {
defaultLocale: 'en',
locales: ['en'],
},

themeConfig: {
/** @type {import('@docusaurus/preset-classic').ThemeConfig} */
navbar: {
Expand Down
Loading

0 comments on commit 65fa5ba

Please sign in to comment.