Skip to content

Commit

Permalink
Move docs to different URL
Browse files Browse the repository at this point in the history
  • Loading branch information
tmr232 committed Dec 4, 2024
1 parent 1244c75 commit 7362a21
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
run: bun build-demo

- name: "Build docs"
run: bun typedocs --out ./dist/demo/devdocs
run: bun typedocs --out ./dist/demo/docs

- uses: actions/upload-pages-artifact@v3
with:
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how
### Added

- A simple CLI script to render a single function from a file (`scripts/render-function.ts`)
- [Developer docs](https://tmr232.github.io/function-graph-overview/docs)

## [0.0.11]

Expand Down
2 changes: 1 addition & 1 deletion typedoc.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"out": "dist/docs",
"projectDocuments": ["docs/*"],
"categoryOrder": ["Guides", "Testing", "*"],
"hostedBaseUrl": "https://tmr232.github.io/function-graph-overview/devdocs",
"hostedBaseUrl": "https://tmr232.github.io/function-graph-overview/docs",
"entryPoints": ["src/control-flow/*"],
"readme": "docs/Development.md",
"name": "Function Graph Overview"
Expand Down

0 comments on commit 7362a21

Please sign in to comment.