Update README.md
diff --git a/README.md b/README.md
index 3a955f2..dd2c025 100644
--- a/README.md
+++ b/README.md
@@ -20,10 +20,11 @@
   - [Creating a pull request](https://docs.github.com/en/github/collaborating-with-issues-and-pull-requests/creating-a-pull-request#creating-the-pull-request)
 
 - [Documentation](docs/)
-  - [Creating content](docs/markdown.md) - how to create markdown and mix it with html.
-  - [Data models and ezt](docs/data.md) - how the global data model works and how to enhance your data.
-  - [Preview/feature branches](docs/branches.md) - how to make large or cooperative changes.
-  - [Local builds](docs/local.md) - how to develop and test changes locally.
+  - [Markdown](docs/markdown.md) focuses on what users need to know about GitHub Flavored Markdown (GFM) in order to main content.
+  - [Feature branches](docs/branches.md) focuses on handling major changes.
+  - [Process](docs/process.md) describes the full end to end build from the developers perspecitve.
+  - [Data modeling](docs/data.md) focuses on what developers need to know in order to maintain and expand on the metadata made available to the site.
+  - [Local builds](docs/builds.md) focuses on how to develop on a local linux or macOS system.
 
 The website is built with [Pelican](https://blog.getpelican.com).
 Continuous Integration / Continuous Deployment (CI/CD) is via the [.asf.yaml file](https://cwiki.apache.org/confluence/display/INFRA/Git+-+.asf.yaml+features)