Skip to content

Commit 6da28f6

Browse files
Update _sidebar and README
1 parent 6fb374d commit 6da28f6

2 files changed

Lines changed: 8 additions & 3 deletions

File tree

docs/wiki/README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,11 @@
1313
* [Developing a SAL](./tutorials/developing_sal.md)
1414
* [Developing a client](./tutorials/developing_client.md)
1515
* [Using jsync](./tutorials/jsync.md)
16+
* [Using Startup Commands](./tutorials/startup_commands.md)
17+
* [Using Tmux](./tutorials/tmux.md)
18+
* [Github Actions](./tutorials/githubactions-ci.md)
19+
* [Docker Images](./tutorials/docker_images.md)
20+
* [Writing a test](./testing_contribution.md)
1621
<!-- * Developing a Builder -->
1722
* Developers
1823
* Structure
@@ -29,7 +34,7 @@
2934
* [Logging](./logging.md)
3035
* [Exceptions](./exceptions.md)
3136
* [Errors](./errorhandling.md)
32-
* RPC
37+
* [RPC](./rpc.md)
3338
* [JS-NG Shell](./jsng_shell.md)
3439
* [API](generated_apis.md)
3540
* Builders

docs/wiki/_sidebar.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,23 +3,23 @@
33
* [Intro](./intro.md)
44
* [Installation](./installation.md)
55
* [Installation for JS-NG developers](./devsetup.md)
6-
* Docker based setup
76
* [Interacting with the development shell: jsng](./jsng_shell.md)
87
* FAQ - soon
98
* [API](generated_apis.md)
9+
<!-- * Docker based setup -->
1010
* Tutorials
1111
* [Interacting with Filesystem](./tutorials/salfs.md)
1212
* [Platform information](./tutorials/platforminfo.md)
1313
* [Interacting with configurations](./configmgmt.md)
1414
* [Developing a SAL](./tutorials/developing_sal.md)
1515
* [Developing a client](./tutorials/developing_client.md)
16-
* Developing a Builder
1716
* [Using jsync](./tutorials/jsync.md)
1817
* [Using Startup Commands](./tutorials/startup_commands.md)
1918
* [Using Tmux](./tutorials/tmux.md)
2019
* [Github Actions](./tutorials/githubactions-ci.md)
2120
* [Docker Images](./tutorials/docker_images.md)
2221
* [Writing a test](./testing_contribution.md)
22+
<!-- * Developing a Builder -->
2323
* Developers
2424
* Structure
2525
* [Developer setup](./devsetup.md)

0 commit comments

Comments
 (0)