Skip to content
Snippets Groups Projects
Commit 86b1ab6c authored by Sergey Yakubov's avatar Sergey Yakubov
Browse files

fix version number

parent c16d2970
No related branches found
No related tags found
No related merge requests found
......@@ -17,7 +17,7 @@ Otherwise, for testing purposes one can start ASAPO services in a standalone mod
The easiest way is to use a Docker container.
So, make sure Docker is installed and you have necessary permissions to use it.
Please note that this will only work on a Linux machine. Also please note that ASAPO needs some ports to be available. You can check the list
[here](https://stash.desy.de/projects/ASAPO/repos/asapo/browse/deploy/asapo_services/scripts/asapo.auto.tfvars.in?at=@ASAPO_VERSION@#37).
[here](https://stash.desy.de/projects/ASAPO/repos/asapo/browse/deploy/asapo_services/scripts/asapo.auto.tfvars.in?at=@ASAPO_VERSION_IN_DOCS@#37).
Now, depending on how your Docker daemon is configured (if it uses a
unix socket or a tcp port for communications)
......@@ -240,5 +240,5 @@ Optionally, last step is to stop ASAPO services and remove files:
<br/><br/>
:::tip
You can see more examples in ASAPO [source code](https://stash.desy.de/projects/ASAPO/repos/asapo/browse/examples?at=@ASAPO_VERSION@)
You can see more examples in ASAPO [source code](https://stash.desy.de/projects/ASAPO/repos/asapo/browse/examples?at=@ASAPO_VERSION_IN_DOCS@)
:::
......@@ -14,7 +14,7 @@ module.exports = {
organizationName: 'DESY', // Usually your GitHub org/user name.
projectName: 'ASAPO', // Usually your repo name.
customFields: {
version: '@ASAPO_VERSION@',
version: '@ASAPO_VERSION_IN_DOCS@',
},
plugins: [path.resolve(__dirname, 'plugins/webpackconf/src/index.js')],
themeConfig: {
......@@ -57,7 +57,7 @@ module.exports = {
docsPluginId: 'default',
},
{
href: 'https://stash.desy.de/projects/ASAPO/repos/asapo/browse?at=@ASAPO_VERSION@/',
href: 'https://stash.desy.de/projects/ASAPO/repos/asapo/browse?at=@ASAPO_VERSION_IN_DOCS@/',
label: 'BitBucket',
title: 'BitBucket',
position: 'right',
......
......@@ -240,5 +240,5 @@ Optionally, last step is to stop ASAPO services and remove files:
<br/><br/>
:::tip
You can see more examples in ASAPO [source code](https://stash.desy.de/projects/ASAPO/repos/asapo/browse/examples?at=100.0.docs)
You can see more examples in ASAPO [source code](https://stash.desy.de/projects/ASAPO/repos/asapo/browse/examples?at=21.06.0)
:::
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment