Skip to content

Commit

Permalink
ci: add docs-hub CI (#1177)
Browse files Browse the repository at this point in the history
  • Loading branch information
sarahschwartz committed Aug 10, 2023
1 parent 8f760fd commit a545465
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
5 changes: 5 additions & 0 deletions .changeset/plenty-ravens-cheer.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"docs": patch
---

add docs CI, match docs nav names to files
5 changes: 5 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@ concurrency:
cancel-in-progress: true

jobs:
docs:
uses: FuelLabs/github-actions/.github/workflows/vp-docs.yml@master
with:
doc-folder-path: "apps/docs/src"

test:
runs-on: ubuntu-latest
steps:
Expand Down
6 changes: 3 additions & 3 deletions apps/docs/.vitepress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ export default defineConfig({
collapsed: true,
items: [
{
text: 'Generate Contract Types',
text: 'Generating Types from ABI',
link: '/guide/abi-typegen/generating-types-from-abi',
},
{
Expand Down Expand Up @@ -253,7 +253,7 @@ export default defineConfig({
link: '/guide/contracts/logs',
},
{
text: 'Variables Outputs',
text: 'Variable Outputs',
link: '/guide/contracts/variable-outputs',
},
{
Expand Down Expand Up @@ -299,7 +299,7 @@ export default defineConfig({
link: '/guide/predicates/predicate-with-configurable-constants',
},
{
text: 'Predicate with More Complex Arguments',
text: 'Predicate with More Complex Args',
link: '/guide/predicates/predicate-with-more-complex-args',
},
],
Expand Down

0 comments on commit a545465

Please sign in to comment.