Skip to content
Snippets Groups Projects
Unverified Commit 4df9e8a4 authored by Martin Weise's avatar Martin Weise
Browse files

Adjusted the documentation scripts to reflect the master branch

parent 1c4709d7
No related branches found
No related tags found
1 merge request!222Resolve "Enable database dump import"
......@@ -4,8 +4,13 @@
declare -A services
services[5000]=analyse
services[9050]=mirror
services[9093]=data
services[9091]=container
services[9092]=database
services[9093]=query
services[9094]=table
services[9096]=identifier
services[9097]=semantics
services[9098]=user
services[9099]=metadata
function retrieve () {
......
......@@ -11,7 +11,7 @@ mkdir -p ./site
# extract static site
echo "extract static site .docs/.swagger/dist.tar.gz"
tar xzf .docs/.swagger/dist.tar.gz
for service in "analyse" "mirror" "data" "metadata" "upload"; do
for service in "analyse" "container" "database" "query" "table" "identifier" "semantics" "user" "metadata"; do
mkdir -p ./site/$service
echo "extract static site ./dist -> ./site/$service"
cp -r ./dist/* ./site/$service
......
......@@ -9,6 +9,9 @@ target/
.pytest_cache/
__pycache__/
# docs
site/
# Previous directories
fda-analyse-service/
fda-authentication-service/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment