Code Monkey home page Code Monkey logo

sceptre-phenix-docs's Introduction

phenix Documentation

We're using Material for MkDocs for documentation, with the mike plugin for versioning.

Deploy Latest Documentation

The latest version of the documents, which is the default, should only ever be built from the main branch, and should always be deployed to the gh-pages branch of the sandialabs/sceptre-phenix-docs repository (referenced here as the upstream remote).

git remote add upstream [email protected]:sandialabs/sceptre-phenix-docs.git
git checkout main

./mkdocs-helper.sh deploy --branch gh-pages latest

git push upstream gh-pages:gh-pages

Deploy Branch Documentation

The dev version of the documents is meant to contain draft documentation for any phenix or phenix-apps branches currently being worked on. The workflow for doing so should be as follows:

  1. Create a branch in this repo that contains draft documentation. This should not be done in the dev branch directly so drafts can be iteratively merged into the main branch.
  2. Merge the draft branch into the dev branch.
  3. From the dev branch, run ./mkdocs-helper.sh deploy --branch gh-pages dev.
  4. Deploy the updated development docs by running git push upstream gh-pages:gh-pages.

It's also possible to create a new version per draft branch if the situation warrants.

sceptre-phenix-docs's People

Contributors

activeshadow avatar albuwab avatar dnkcom avatar eric-c-wood avatar glattercj avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

sceptre-phenix-docs's Issues

missing section on configuring ntp app

This commit from 2022 added the ability to configure the NTP app. However, there is no documentation about this, and I had no idea it was possible to configure until I traced the code and found this commit message.

There should be a section in the documentation for the ntp app, including how to configure it, and it's default behavior (such as the special ntp-server label).

Incorrect schemas

The schemas described in the docs don't match reality, and appear to be out of date. I may try to fix this if I have time to clone and test changes to the docs, I just don't at the moment, and want to make sure this is tracked.

This bit me when I was trying to clean up a topology to be less massive. The documentation states the default value for "type" for network.interfaces is "static" (link), but the reality is it's "dhcp" (link).

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.