Greetings Doc Day Participants!

To get started:

  1. Add ssh key to czgitlab - https://lc.llnl.gov/gitlab/profile/keys
  2. Check out the repo: git clone ssh://git@czgitlab.llnl.gov:7999/lc/documentation/tutorials.git
  3. Edit content, or add new files
    • cd tutorials/pages/
    • your-favorite-editor newfile.md (see tip below for required lines in .md files)
    • git add file && git commit -m "Message" && git push
  4. The pipeline to render HTML and push site to www-lc will run automatically. Check progress at: https://lc.llnl.gov/gitlab/lc/documentation/tutorials/-/pipelines
  5. Once pipeline has finished, view results at https://www-lc.llnl.gov/docs/pages/

Tips: