Updated Documentation
39 files changed
tree: 5f89558d3827a31e60aaefffbb6cbb134f2f7265
  1. .github/
  2. 3a15213ddffc497c558cabac9f1e2c2b/
  3. 6be71d0a49fc50ccde5579e8a1b88310/
  4. 9a88e76eff4f487e1a95525b473ebcc5/
  5. b8aee8fc48d4f6fdbf1ead0d05951b30/
  6. daedcef3948cf9fdd38dd014ae77a3b1/
  7. demos/
  8. docs/
  9. es/
  10. page-data/
  11. plugins/
  12. scripts/
  13. src/
  14. static/
  15. .eslintrc
  16. .gitignore
  17. app-194ea4f7bf63aa4ef2a0.js
  18. app-194ea4f7bf63aa4ef2a0.js.map
  19. attributions.txt
  20. chunk-map.json
  21. commons-24e0f0f828417c26a6cb.js
  22. commons-24e0f0f828417c26a6cb.js.map
  23. component---src-templates-doc-jsx-99c76e31f8ac279a48c1.js
  24. component---src-templates-doc-jsx-99c76e31f8ac279a48c1.js.map
  25. component---src-templates-main-jsx-509f65dc90a3e989be93.js
  26. component---src-templates-main-jsx-509f65dc90a3e989be93.js.map
  27. gatsby-config.js
  28. gatsby-node.js
  29. index.html
  30. index.js
  31. index_for_custom_site.php
  32. package-lock.json
  33. package.json
  34. README.md
  35. styles-dc2598e243cc612bb313.js
  36. styles-dc2598e243cc612bb313.js.map
  37. styles.b7e5dd4a31b23562dee4.css
  38. webpack-runtime-3e21ed0ed0a1442d1621.js
  39. webpack-runtime-3e21ed0ed0a1442d1621.js.map
  40. webpack.stats.json
README.md

Eclipse JKube Website source

Developing

Requirements

  • NodeJS

Environment

Install required dependencies:

npm install

Run development mode:

npm start

Point your browser to http://localhost:8000 to see output (will be updated in real time)

Build website:

npm run build

Website transpiled code will be output to: ./public.

In order to deploy the site copy this directory contents into an HTTP server.

You can also use the provided index.js script to run a static web server and check that the build is ok.

./index.js
xdg-open http://localhost:8000/jkube

Documentation generation

Documentation gets statically generated from https://github.com/eclipse/jkube asciidoc.