dc0684f7db | ||
---|---|---|
.. | ||
blog | ||
core | ||
i18n | ||
pages | ||
scripts | ||
static | ||
.gitignore | ||
README.md | ||
package-lock.json | ||
package.json | ||
sidebars.json | ||
siteConfig.js |
README.md
Application Services Product Portal Website
This directory contains the source and tooling for building the Application Services Product Portal website. It pulls content from markdown docs in the ../docs/product-portal/ directory.
Running locally
npm install
npm start
If this doesn't automatically launch a browser, you can navigate to the local docs at http://localhost:3000/application-services/
Deploy
USE_SSH=true npm run publish-gh-pages
Read more about the build at: https://docusaurus.io/docs/en/installation.html