diff --git a/docs/_includes/navbar.md b/docs/_includes/navbar.md index c36fc7ea..23888c57 100644 --- a/docs/_includes/navbar.md +++ b/docs/_includes/navbar.md @@ -9,3 +9,4 @@ - [How To Contribute](/wollok-ts/pages/How-To-Contribute) - [General Design & Main Concerns](/wollok-ts/pages/How-To-Contribute/General-Design-and-Main-Concerns) - [Developer Environment](/wollok-ts/pages/How-To-Contribute/Developer-environment) + - [Deploy - Publish instructions](/wollok-ts/pages/Publish-Instructions) diff --git a/docs/pages/How-To-Contribute/Developer-environment.md b/docs/pages/How-To-Contribute/Developer-environment.md index 6c98eafb..544f49b6 100644 --- a/docs/pages/How-To-Contribute/Developer-environment.md +++ b/docs/pages/How-To-Contribute/Developer-environment.md @@ -140,3 +140,7 @@ If you are developing a dependency of Wollok-TS (for instance Wollok-TS CLI or W ```bash npm run build ``` + +### Deploying / Publishing + +If you need to deploy or publish a new version, please refer to [this page](../Publish-Instructions.md) \ No newline at end of file