Skip to content

jetstream-cloud/js2docs

main
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Jetstream2 Documentation

Test this one out locally by installing mkdocs in your local python venv! pip install mkdocs

Then build: mkdocs build

and serve, to view on localhost:8000: mkdocs serve

Updating the Usage Estimation Calculator

The usage estimator calculator (located at docs/alloc/estimator/) is a web component written in Vue 3 and TypeScript, and source code can be found at https://github.com/kjunuh/js2-usage-estimator.

To update the estimator, follow the "project setup" found at https://github.com/kjunuh/js2-usage-estimator#project-setup. After making edits and building, copy and rename the resulting javascript file found at usage-estimator/dist/assets/index.{build}.js into docs/js/usage_estimator.js. After mkdocs rebuilds, the estimator page should load using the updated calculator web component.

About

User Facing Docs for Jetstream2 Cloud

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published