Skip to content

Commit 9e96cd5

Browse files
committed
add nav, img and link
1 parent 0a5a48a commit 9e96cd5

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed

_includes/topbar.html

+1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
<li><a href="acknowledgments.html">Acknowledgments</a></li>
1919
<li><a href="committee.html">Committee</a></li>
2020
<li><a href="working-groups.html">Working Groups</a></li>
21+
<li><a href="esgf-technical-overview.html">Tech Overview</a></li>
2122
</ul>
2223
</li>
2324
<li class="dropdown">

esgf-architecture.png

106 KB
Loading

esgf-technical-overview.md

+8-4
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,9 @@ relevant documentation pages and installation guides.
1313

1414
For a more general description of the purpose and high-level structure of the
1515
federation, see [ESGF Federation Design].
16+
For specific information on ESGF software packages documentaion sites and repositories, see [ESGF Software].
1617

17-
*(A good place for a diagram)*
18+
![ESGF Architecture Diagram](./esgf-architecture.png)
1819

1920
### Components
2021

@@ -43,10 +44,13 @@ Installation of these components is done via a Helm chart or with Ansible.
4344

4445
#### Other components
4546

46-
- Central Identity Service: login.esgf.io (IDP "proxy" providing login from multiple possible IDPs)
47+
- Central Identity Services:
48+
- login.esgf.io (IDP "proxy" providing login from multiple possible IDPs)
49+
- Globus Auth
4750

48-
- MetaGrid
51+
- MetaGrid: Web UI
4952

5053
- RabbitMQ
5154

52-
[esgf federation design]: {{site.url}}/federation-design.html
55+
[esgf federation design]: {{site.url}}/federation-design.html
56+
[esgf software]: {{site.url}}/software.html

0 commit comments

Comments
 (0)