Skip to content

Commit f43c1c8

Browse files
author
committed
Deployed f426410 with MkDocs version: 1.6.1
1 parent 1a4d625 commit f43c1c8

3 files changed

Lines changed: 29 additions & 3 deletions

File tree

CNAME

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

examples/index.html

Lines changed: 28 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -907,6 +907,33 @@ <h1 id="examples">Examples<a class="headerlink" href="#examples" title="Permanen
907907
<ul>
908908
<li><a href="https://github.com/codebase-interface/codebaseinterface" target="_blank">Codebase Interface</a></li>
909909
</ul>
910+
<details class="example">
911+
<summary>Directory Interface Example</summary>
912+
<p>Here's the codebase interface directory implementation:</p>
913+
<div class="highlight"><pre><span></span><code><a id="__codelineno-0-1" name="__codelineno-0-1" href="#__codelineno-0-1"></a>├── AGENTS.md # Documentation for AI agents that interact with this codebase
914+
<a id="__codelineno-0-2" name="__codelineno-0-2" href="#__codelineno-0-2"></a>├── CHANGELOG.md # Documentation of notable changes
915+
<a id="__codelineno-0-3" name="__codelineno-0-3" href="#__codelineno-0-3"></a>├── CODE_OF_CONDUCT.md # Code of conduct for contributors
916+
<a id="__codelineno-0-4" name="__codelineno-0-4" href="#__codelineno-0-4"></a>├── CONTRIBUTING.md # How to contribute to this codebase
917+
<a id="__codelineno-0-5" name="__codelineno-0-5" href="#__codelineno-0-5"></a>├── LANGUAGE.md # Ubiquitous language for this codebase
918+
<a id="__codelineno-0-6" name="__codelineno-0-6" href="#__codelineno-0-6"></a>├── LICENSE.md # License for this codebase
919+
<a id="__codelineno-0-7" name="__codelineno-0-7" href="#__codelineno-0-7"></a>├── PULL_REQUEST_TEMPLATE.md # Template for pull requests
920+
<a id="__codelineno-0-8" name="__codelineno-0-8" href="#__codelineno-0-8"></a>├── README.md # Overview of this codebase for users
921+
<a id="__codelineno-0-9" name="__codelineno-0-9" href="#__codelineno-0-9"></a>├── RUNBOOK.md # Operational documentation for operators
922+
<a id="__codelineno-0-10" name="__codelineno-0-10" href="#__codelineno-0-10"></a>├── SECURITY.md # Security policy for this codebase
923+
<a id="__codelineno-0-11" name="__codelineno-0-11" href="#__codelineno-0-11"></a>├── SUPPORT.md # Support guidelines for this codebase
924+
<a id="__codelineno-0-12" name="__codelineno-0-12" href="#__codelineno-0-12"></a>├── TODO.md # List of tasks to be completed
925+
<a id="__codelineno-0-13" name="__codelineno-0-13" href="#__codelineno-0-13"></a>├── Taskfile.yml # Taskfile for managing tasks
926+
<a id="__codelineno-0-14" name="__codelineno-0-14" href="#__codelineno-0-14"></a>├── cliff.toml # Configuration file for the Cliff tool
927+
<a id="__codelineno-0-15" name="__codelineno-0-15" href="#__codelineno-0-15"></a>├── docs # Documentation directory
928+
<a id="__codelineno-0-16" name="__codelineno-0-16" href="#__codelineno-0-16"></a>│ ├── README.md # Main documentation landing page
929+
<a id="__codelineno-0-17" name="__codelineno-0-17" href="#__codelineno-0-17"></a>│ └── ...
930+
<a id="__codelineno-0-18" name="__codelineno-0-18" href="#__codelineno-0-18"></a>├── mkdocs.yml # MkDocs configuration file
931+
<a id="__codelineno-0-19" name="__codelineno-0-19" href="#__codelineno-0-19"></a>├── .editorconfig # Editor configuration file
932+
<a id="__codelineno-0-20" name="__codelineno-0-20" href="#__codelineno-0-20"></a>├── .gitattributes # Git attributes file
933+
<a id="__codelineno-0-21" name="__codelineno-0-21" href="#__codelineno-0-21"></a>├── .gitignore # Git ignore file
934+
<a id="__codelineno-0-22" name="__codelineno-0-22" href="#__codelineno-0-22"></a>└── .editorconfig # Editor configuration file
935+
</code></pre></div>
936+
</details>
910937

911938

912939

@@ -927,7 +954,7 @@ <h1 id="examples">Examples<a class="headerlink" href="#examples" title="Permanen
927954
<span class="md-icon" title="Last update">
928955
<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>
929956
</span>
930-
<span class="git-revision-date-localized-plugin git-revision-date-localized-plugin-date" title="October 15, 2025 21:05:35 UTC">October 15, 2025</span>
957+
<span class="git-revision-date-localized-plugin git-revision-date-localized-plugin-date" title="October 16, 2025 13:04:37 UTC">October 16, 2025</span>
931958
</span>
932959

933960

0 commit comments

Comments
 (0)