Skip to content

Commit

Permalink
cleanup and test
Browse files Browse the repository at this point in the history
  • Loading branch information
mfahampshire committed Nov 28, 2023
1 parent 70a0b44 commit 9e2b0f9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 16 deletions.
20 changes: 5 additions & 15 deletions .github/workflows/ci-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:

jobs:
build:
runs-on: ubuntu-20.04-16-core # Queued custom-linux
runs-on: ubuntu-20.04-16-core
steps:
- uses: actions/checkout@v3
- name: Install Dependencies (Linux)
Expand All @@ -30,20 +30,10 @@ jobs:
command: build
args: --workspace --release
- name: Install mdbook
# TODO change to use script instead
run: cd documentation && ./install_mdbook_deps.sh # cargo install mdbook
# - name: Install mdbook plugins
# run: |
# cargo install mdbook-variables
# cargo install mdbook-admonish
# cargo install mdbook-last-changed
# cargo install mdbook-theme
# cargo install mdbook-linkcheck
# TODO check if this makes sense / you aren't blowing other things away
- name: Remove existing Nym config directory (`~/.nym/`)
run: cd documentation && ./remove_existing_config.sh
continue-on-error: false
# TODO remove cd, we should already be there from the last command?
run: cd documentation && ./install_mdbook_deps.sh
# - name: Remove existing Nym config directory (`~/.nym/`)
# run: cd documentation && ./remove_existing_config.sh
# continue-on-error: false
- name: Build all projects in documentation/ & move to ~/dist/docs/
run: cd documentation && ./build_all_to_dist.sh
continue-on-error: false
Expand Down
4 changes: 3 additions & 1 deletion documentation/dev-portal/src/introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,6 @@ For more in-depth information about nodes, network traffic flows, clients, cocon

If you are looking for information and setup guides for the various pieces of Nym mixnet infrastructure (mix nodes, gateways and network requesters) and Nyx blockchain validators see the [Operators Guides](https://nymtech.net/operators) book.

If you're looking for TypeScript/JavaScript related information such as SDKs to build your own tools, step-by-step tutorials, live playgrounds and more, make sure to check out the [TS SDK Handbook](https://sdk.nymtech.net/).
If you're looking for TypeScript/JavaScript related information such as SDKs to build your own tools, step-by-step tutorials, live playgrounds and more, make sure to check out the [TS SDK Handbook](https://sdk.nymtech.net/).

**some change**

0 comments on commit 9e2b0f9

Please sign in to comment.