E3SM-Project / E3SM

Energy Exascale Earth System Model source code. NOTE: use "maint" branches for your work. Head of master is not validated.
https://docs.e3sm.org/E3SM
Other
332 stars 334 forks source link

Add top level E3SM guides #6374

Closed rljacob closed 1 week ago

rljacob commented 2 weeks ago

Add top level E3SM guides and add to global navigation. Also add links to CIME. Add links to new MPAS-Ocean documentation. Add admonition extension to mkdocs Update CI to not run full tests when top-level mkdocs.yaml is modified.

github-actions[bot] commented 2 weeks ago

PR Preview Action v1.4.7 :---: :rocket: Deployed preview to https://E3SM-Project.github.io/E3SM/pr-preview/pr-6374/ on branch gh-pages at 2024-05-03 02:24 UTC

rljacob commented 2 weeks ago

@mahf708 do you know what all the CI tests are running even though its a documentation PR?

mahf708 commented 2 weeks ago

@mahf708 do you know what all the CI tests are running even though its a documentation PR?

I forgot to add an entry to this: https://github.com/E3SM-Project/E3SM/blob/6b38b869f5c32d8d07e399244dff93047507ce53/.github/workflows/e3sm-gh-ci-w-cime-tests.yml#L6C1-L9C34

    paths-ignore:
+     - 'mkdocs.yaml'
      - 'docs/**'
      - 'components/*/docs/**'
      - 'components/*/mkdocs.yml'
rljacob commented 2 weeks ago

Rebased again to pick up new ocean docs.