From 9e2b0f9e318a5ae7be6f78fd24c55bcec761914e Mon Sep 17 00:00:00 2001 From: mfahampshire Date: Tue, 28 Nov 2023 11:24:21 +0100 Subject: [PATCH] cleanup and test --- .github/workflows/ci-docs.yml | 20 +++++--------------- documentation/dev-portal/src/introduction.md | 4 +++- 2 files changed, 8 insertions(+), 16 deletions(-) diff --git a/.github/workflows/ci-docs.yml b/.github/workflows/ci-docs.yml index 0e1c6369c26..37c69010c62 100644 --- a/.github/workflows/ci-docs.yml +++ b/.github/workflows/ci-docs.yml @@ -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) @@ -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 diff --git a/documentation/dev-portal/src/introduction.md b/documentation/dev-portal/src/introduction.md index f4500be4c10..188f7179ab5 100644 --- a/documentation/dev-portal/src/introduction.md +++ b/documentation/dev-portal/src/introduction.md @@ -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/). \ No newline at end of file +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** \ No newline at end of file