-
Notifications
You must be signed in to change notification settings - Fork 177
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add auto-generated docs to the monorepo (#197)
* Squash * Structure * Fixes * README * README * Update CODEOWNERS * Delete legacy/sdk/src/tsconfig.json * Delete legacy/sdk/tests/tsconfig.json * Build fix * Squash * Box * `constraint` instead of `address` for expressions * Readme files * Build before test * Sdk changes * Tweak * Test * Tweaks * Small fixes * Readme update * Fix failing build and tests * Squash * Squash * Rename folders * Template labels * Tweak * Version bumps * Get program accounts * Tweak * Tweaks * Tweaks * Improve tests * Docs packages * Scripts * Lockfile fix * Merge branch 'wjthieme/anchor-0.30.1' into wjthieme/kinobi # Conflicts: # Cargo.lock # package.json # yarn.lock * Tweaks * Fix * Tweaks * Docusaurus * File location * Move folder * Tweak * Fix * Tweak * Docusaurus * Location * Format * Fix? * Fix failing test * Tweak * Spell fix * Editurl * Tweaks * Rust pinned version * Rust version in gh actions
- Loading branch information
Showing
231 changed files
with
13,190 additions
and
7,008 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 |
---|---|---|
@@ -0,0 +1,29 @@ | ||
name: Docs | ||
|
||
on: | ||
push: | ||
branches: [main] | ||
|
||
jobs: | ||
|
||
build: | ||
runs-on: ubuntu-latest | ||
permissions: | ||
pages: write | ||
id-token: write | ||
steps: | ||
- name: Checkout repository | ||
uses: actions/checkout@v4 | ||
- name: Build Docs | ||
uses: ./.github/actions/anchor | ||
with: | ||
run: | | ||
yarn build docs/whirlpool --output-style static | ||
- name: Upload Artifact | ||
uses: actions/upload-artifact@master | ||
with: | ||
name: github-pages | ||
path: ./utility/docs/dist | ||
- name: Deploy Artifact | ||
id: deployment | ||
uses: actions/deploy-pages@v4 |
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 |
---|---|---|
|
@@ -21,3 +21,5 @@ generated | |
!.yarn/versions | ||
.nx | ||
generated | ||
.docusaurus | ||
.cache-loader |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.