Skip to content

Commit

Permalink
update documentation structure
Browse files Browse the repository at this point in the history
  • Loading branch information
F-OBrien committed Jan 7, 2025
1 parent bf180e2 commit ba8b14d
Show file tree
Hide file tree
Showing 3,449 changed files with 88,114 additions and 275,057 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
33 changes: 33 additions & 0 deletions .github/workflows/deploy-restructure.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
name: Deploy restructure branch to GitHub Pages

on:
push:
branches:
- restructure

jobs:
deploy:
name: Deploy restructure
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18
cache: yarn
- name: Install dependencies
run: yarn install --frozen-lockfile
- name: Modify Docusaurus config
run: |
sed -i 's#url: '\''https://developers.polymesh.network'\''#url: '\''https://polymeshassociation.github.io'\''#' docusaurus.config.ts
sed -i 's#baseUrl: '\''/'\''#baseUrl: '\''/polymesh-documentation-site-restructure/'\''#' docusaurus.config.ts
- name: Build website
run: yarn build
- name: Deploy to GitHub Pages (restructure)
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./build
publish_branch: gh-pages-restructure
user_name: github-actions[bot]
user_email: 41898282+github-actions[bot]@users.noreply.github.com
79 changes: 0 additions & 79 deletions Copy of Developer Docs Outline - Table of Contents (2).csv

This file was deleted.

10 changes: 0 additions & 10 deletions community.md

This file was deleted.

105 changes: 0 additions & 105 deletions docs-old/01-introduction/1-intro-introduction.mdx

This file was deleted.

Loading

0 comments on commit ba8b14d

Please sign in to comment.