Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Document how to generate a static website for stable releases #72

Open
ghys opened this issue Jun 8, 2018 · 0 comments
Open

Document how to generate a static website for stable releases #72

ghys opened this issue Jun 8, 2018 · 0 comments

Comments

@ghys
Copy link
Member

ghys commented Jun 8, 2018

Currently buried in the commit message for 13d2869.

  • checkout the archive branch
  • ensure there's no remaining generated content under docs & addons
  • change available versions here:
    versionNumbers: ['latest', '2.3', '2.2'], //, '2.1'],

    (note to self: use frontmatter/root level config in the future?)
  • set OH_DOCS_VERSION=2.4
  • ruby prepare-docs.rb
  • vuepress build
  • checkout master again & create a PR branch
  • copy the site in the vuepress folder under .vuepress/public/v2.4
  • push, open the PR and merge
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant