Skip to article frontmatterSkip to article content
Site not loading correctly?

This may be due to an incorrect BASE_URL configuration. See the MyST Documentation for reference.

Documentation structure and strategy

Purpose

This documentation provides information for key archetypes of 2i2c’s managed interactive computing service.

Overview

Our documentation follows a structure like this:

/[reader-archetype]/[high-level-topic]/[specific-topic.md]

For example:

docs/
  └── user/                   # Reader archetype
      ├── index.md            # Archetype landing page
      └── environment/        # High-level topic
          └── choose.md       # Specific topic

The site’s table of contents lives in _data/toc.yml, with one top-level entry per archetype:

- file: [archetype]/index.md
  children:
  - file: [archetype]/[topic]/page.md

Add new pages to _data/toc.yml or they won’t appear in the site navigation.

Reader archetypes / personas

❌ Not included: A general researcher data scientist who wants to learn about cloud workflows. We imagine either linking to other community documentation for this, or having a dedicated resource in the future.

Top-level guides

There are a few special topics we include as top-level guides.

Writing documentation

When adding new documentation, follow our Minimal viable documentation guidelines to ensure pages are actionable and value-focused.