diff --git a/README.md b/README.md index 84eb15d8e186..63448dc525c9 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,9 @@ DOI: [10.11578/E3SM/dc.20230110.5](http://dx.doi.org/10.11578/E3SM/dc.20230110.5 Please visit the [project website](https://e3sm.org) or our [Confluence site](https://acme-climate.atlassian.net/wiki/spaces/DOC/overview) for further details. -For questions about the model, use [Github Discussions](https://github.com/E3SM-Project/E3SM/discussions) +For questions about the model, use [Github Discussions](https://github.com/E3SM-Project/E3SM/discussions). + +See our Github-hosted documentation at [https://e3sm-project.github.io/E3SM/](https://e3sm-project.github.io/E3SM/). Table of Contents -------------------------------------------------------------------------------- diff --git a/docs/index.md b/docs/index.md index 36584c99bf7c..07a587974691 100644 --- a/docs/index.md +++ b/docs/index.md @@ -3,8 +3,10 @@ The documentation for the components of E3SM is found here. ## Components + - [EAM](./EAM/index.md) - [EAMxx](./EAMxx/index.md) - [ELM](./ELM/index.md) - [MOSART](./MOSART/index.md) +Please see [Developing Docs](https://acme-climate.atlassian.net/wiki/spaces/DOC/pages/3924787306/Developing+Documentation) to learn about developing documentation for E3SM. diff --git a/mkdocs.yaml b/mkdocs.yaml index 27fafbeba4d0..aaeefb4c81f0 100644 --- a/mkdocs.yaml +++ b/mkdocs.yaml @@ -2,6 +2,7 @@ site_name: E3SM nav: - Introduction: 'index.md' + - 'Developing Docs': 'https://acme-climate.atlassian.net/wiki/spaces/DOC/pages/3924787306/Developing+Documentation' - Components: '*include ./components/*/mkdocs.yml' theme: