diff --git a/docs/index.html b/docs/index.html new file mode 100644 index 00000000..d620cb24 --- /dev/null +++ b/docs/index.html @@ -0,0 +1,18 @@ + + +
+ +Redirecting to Developer Portal...
+ + + + diff --git a/package.json b/package.json index 47dc55b4..676f18f7 100644 --- a/package.json +++ b/package.json @@ -33,8 +33,7 @@ "pwa-demo": "yarn build:pwa && yarn build:adapter && yarn workspace pwa-app demo", "start:example": "yarn workspace simple-app start --force", "start": "yarn build:adapter && yarn start:example", - "docs:serve": "d2-utils-docsite serve ./docs -o ./dist", - "docs:build": "d2-utils-docsite build ./docs -o ./dist", + "docs:build": "mkdir -p dist && cp docs/index.html dist/", "test:adapter": "yarn workspace @dhis2/app-adapter test", "test:cli": "yarn workspace @dhis2/cli-app-scripts test", "test": "yarn test:adapter && yarn test:cli"