application-services/website
vladikoff dc0684f7db
website: add links to new blog posts and limit posts to 8
2019-04-17 11:00:42 -04:00
..
blog website: add links to new blog posts and limit posts to 8 2019-04-17 11:00:42 -04:00
core docs: update footer with better styling and a link to app docs 2018-12-28 10:15:17 -05:00
i18n Update README and split docs into "consumer" and "contributor" docs. 2019-02-05 13:44:48 +11:00
pages website: add links to new blog posts and limit posts to 8 2019-04-17 11:00:42 -04:00
scripts Add `npm run relock` to regenerate and cleanup package-lock.json 2018-11-01 08:09:16 +11:00
static docs: add push documentation 2019-01-31 15:40:01 -08:00
.gitignore init 2018-04-01 16:44:08 -04:00
README.md Update README and split docs into "consumer" and "contributor" docs. 2019-02-05 13:44:48 +11:00
package-lock.json Update to latest docusaurus 2018-12-12 17:37:22 -05:00
package.json Update to latest docusaurus 2018-12-12 17:37:22 -05:00
sidebars.json docs: add push documentation 2019-01-31 15:40:01 -08:00
siteConfig.js Build and deploy the product portal and books on CircleCI. 2019-04-16 12:47:23 -07:00

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