Skip to content

Commit ad2bb2c

Browse files
committed
minor.
Signed-off-by: Jose Alekhinne <alekhinejose@gmail.com>
1 parent c71cc54 commit ad2bb2c

14 files changed

Lines changed: 54 additions & 838 deletions

File tree

docs/cli-reference.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
# \ Copyright 2026-present Context contributors.
66
# SPDX-License-Identifier: Apache-2.0
77

8+
title: CLI Reference
89
icon: lucide/terminal
910
---
1011

docs/comparison.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
# \ Copyright 2026-present Context contributors.
66
# SPDX-License-Identifier: Apache-2.0
77

8+
title: `ctx` and Similar Tools
89
icon: lucide/git-compare
910
---
1011

docs/context-files.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,13 @@
55
# \ Copyright 2026-present Context contributors.
66
# SPDX-License-Identifier: Apache-2.0
77

8+
title: Context Files
89
icon: lucide/files
910
---
1011

1112
![ctx](images/ctx-banner.png)
1213

13-
## Context Files
14+
## `./context`
1415

1516
Each context file in `.context/` serves a specific purpose. Files are designed
1617
to be human-readable, AI-parseable, and token-efficient.

docs/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
# \ Copyright 2026-present Context contributors.
66
# SPDX-License-Identifier: Apache-2.0
77

8+
title: "Getting Started"
89
icon: lucide/rocket
910
---
1011

docs/integrations.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
# \ Copyright 2026-present Context contributors.
66
# SPDX-License-Identifier: Apache-2.0
77

8+
title: AI Tool Integrations
89
icon: lucide/plug
910
---
1011

docs/ralph-loop.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
# \ Copyright 2026-present Context contributors.
66
# SPDX-License-Identifier: Apache-2.0
77

8+
title: `ralph` + `ctx`
89
icon: lucide/repeat
910
---
1011

site/404.html

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -260,8 +260,6 @@
260260

261261

262262

263-
<svg xmlns="http://www.w3.org/2000/svg" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" class="lucide lucide-git-compare" viewBox="0 0 24 24"><circle cx="18" cy="18" r="3"/><circle cx="6" cy="6" r="3"/><path d="M13 6h3a2 2 0 0 1 2 2v7M11 18H8a2 2 0 0 1-2-2V9"/></svg>
264-
265263
<span class="md-ellipsis">
266264

267265

@@ -347,8 +345,6 @@
347345

348346

349347

350-
<svg xmlns="http://www.w3.org/2000/svg" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" class="lucide lucide-repeat" viewBox="0 0 24 24"><path d="m17 2 4 4-4 4"/><path d="M3 11v-1a4 4 0 0 1 4-4h14M7 22l-4-4 4-4"/><path d="M21 13v1a4 4 0 0 1-4 4H3"/></svg>
351-
352348
<span class="md-ellipsis">
353349

354350

site/cli-reference/index.html

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929

3030

3131

32-
<title>Cli reference - ctx: do you remember?</title>
32+
<title>CLI Reference - ctx: do you remember?</title>
3333

3434

3535

@@ -120,7 +120,7 @@
120120
<div class="md-header__topic" data-md-component="header-topic">
121121
<span class="md-ellipsis">
122122

123-
Cli reference
123+
CLI Reference
124124

125125
</span>
126126
</div>
@@ -271,8 +271,6 @@
271271

272272

273273

274-
<svg xmlns="http://www.w3.org/2000/svg" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" class="lucide lucide-git-compare" viewBox="0 0 24 24"><circle cx="18" cy="18" r="3"/><circle cx="6" cy="6" r="3"/><path d="M13 6h3a2 2 0 0 1 2 2v7M11 18H8a2 2 0 0 1-2-2V9"/></svg>
275-
276274
<span class="md-ellipsis">
277275

278276

@@ -658,8 +656,6 @@
658656

659657

660658

661-
<svg xmlns="http://www.w3.org/2000/svg" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" class="lucide lucide-repeat" viewBox="0 0 24 24"><path d="m17 2 4 4-4 4"/><path d="M3 11v-1a4 4 0 0 1 4-4h14M7 22l-4-4 4-4"/><path d="M21 13v1a4 4 0 0 1-4 4H3"/></svg>
662-
663659
<span class="md-ellipsis">
664660

665661

@@ -1010,7 +1006,7 @@
10101006

10111007

10121008

1013-
<h1>Cli reference</h1>
1009+
<h1>CLI Reference</h1>
10141010

10151011
<p><img alt="ctx" src="../images/ctx-banner.png" /></p>
10161012
<h2 id="ctx-cli"><code>ctx</code> CLI<a class="headerlink" href="#ctx-cli" title="Permanent link">&para;</a></h2>

0 commit comments

Comments
 (0)