Skip to content

Commit c033957

Browse files
author
committed
Deployed aadb6fb with MkDocs version: 1.6.1
1 parent 5221230 commit c033957

File tree

3 files changed

+44
-4
lines changed

3 files changed

+44
-4
lines changed

CNAME

Lines changed: 0 additions & 1 deletion
This file was deleted.

examples/index.html

Lines changed: 43 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -671,7 +671,48 @@ <h2 id="documentation-services">Documentation Services<a class="headerlink" href
671671
</code></pre></div>
672672
</details>
673673
<h2 id="source-aligned-services">Source Aligned Services<a class="headerlink" href="#source-aligned-services" title="Permanent link">&para;</a></h2>
674-
<p>TODO: Add examples of source aligned services that follow the codebase interface principles.</p>
674+
<div class="highlight"><pre><span></span><code>```txt
675+
├── AGENTS.md # Documentation for AI agents that interact with this codebase
676+
├── CHANGELOG.md # Documentation of notable changes
677+
├── CODE_OF_CONDUCT.md # Code of conduct for contributors
678+
├── CONTRIBUTING.md # How to contribute to this codebase
679+
├── LANGUAGE.md # Ubiquitous language for this codebase
680+
├── LICENSE.md # License for this codebase
681+
├── PULL_REQUEST_TEMPLATE.md # Template for pull requests
682+
├── README.md # Overview of this codebase for users
683+
├── RUNBOOK.md # Operational documentation for operators
684+
├── SECURITY.md # Security policy for this codebase
685+
├── SUPPORT.md # Support guidelines for this codebase
686+
├── TODO.md # List of tasks to be completed
687+
├── Taskfile.yml # Taskfile for managing tasks
688+
├── cliff.toml # Configuration file for the Cliff tool
689+
├── docs # Documentation directory
690+
│ ├── README.md # Main documentation landing page
691+
│ └── ...
692+
├── design # Design directory
693+
│ ├── README.md # Introduction to design
694+
│ ├── contracts # Any Open API, AsyncAPI, data contracts etc
695+
│ └── decisions # Architectural decision records localised to the service
696+
├── behaviour # Behaviour directory
697+
│ ├── README.md # Introduction to behaviour
698+
│ └── ... # Behaviour implementation encapsulating business logic
699+
├── experiences # Experiences directory
700+
│ ├── README.md # Introduction to experiences
701+
│ └── ... # UI implementation for behaviour such as web, app, AI etc
702+
├── publication # Publication directory
703+
│ ├── README.md # Introduction to publication
704+
│ └── ... # Implementation of data publications
705+
├── outcomes # Outcomes directory
706+
│ ├── README.md # Introduction to outcomes
707+
│ └── ... # UI implementation for outcomes such as reports, AI etc
708+
├── mkdocs.yml # MkDocs configuration file
709+
├── .editorconfig # Editor configuration file
710+
├── .gitattributes # Git attributes file
711+
├── .gitignore # Git ignore file
712+
└── .editorconfig # Editor configuration file
713+
714+
```
715+
</code></pre></div>
675716
<p><a class="md-button" href="../">← Previous: Tooling</a>
676717
<a class="md-button md-button--primary" href="../" style="float: right;">Next: Welcome →</a></p>
677718

@@ -694,7 +735,7 @@ <h2 id="source-aligned-services">Source Aligned Services<a class="headerlink" hr
694735
<span class="md-icon" title="Last update">
695736
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21 13.1c-.1 0-.3.1-.4.2l-1 1 2.1 2.1 1-1c.2-.2.2-.6 0-.8l-1.3-1.3c-.1-.1-.2-.2-.4-.2m-1.9 1.8-6.1 6V23h2.1l6.1-6.1zM12.5 7v5.2l4 2.4-1 1L11 13V7zM11 21.9c-5.1-.5-9-4.8-9-9.9C2 6.5 6.5 2 12 2c5.3 0 9.6 4.1 10 9.3-.3-.1-.6-.2-1-.2s-.7.1-1 .2C19.6 7.2 16.2 4 12 4c-4.4 0-8 3.6-8 8 0 4.1 3.1 7.5 7.1 7.9l-.1.2z"/></svg>
696737
</span>
697-
<span class="git-revision-date-localized-plugin git-revision-date-localized-plugin-date" title="October 16, 2025 14:05:05 UTC">October 16, 2025</span>
738+
<span class="git-revision-date-localized-plugin git-revision-date-localized-plugin-date" title="October 16, 2025 14:34:13 UTC">October 16, 2025</span>
698739
</span>
699740

700741

0 commit comments

Comments
 (0)