Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 1.38 KB

File metadata and controls

27 lines (18 loc) · 1.38 KB

Status Dashboard Overview

The conda-forge status dashboard is integrated into the Docusaurus application that hosts conda-forge's documentation. Its main entry point is /src/pages/status/index.jsx, which is a very thin wrapper that loads the root-level <StatusDashboard> React component (which is defined in index.jsx) from the same directory that holds this README.

Top-level <StatusDashboard> components

There are 8 informational top-level components in the status dashboard and 1 navigational (table of contents) top-level component:

Informational components

Navigational component

Status Dashboard conventions

All of the API endpoints (whether they are images/badges or REST endpoints serving JSON) are defined in the urls dictionary in the contants.js file in the src directory.