Skip to content

Commit 9c4fdea

Browse files
authored
Merge pull request #62 from commit-0/titlefix
Fix the title
2 parents 5d6c3d4 + 773cb9a commit 9c4fdea

File tree

3 files changed

+10
-1
lines changed

3 files changed

+10
-1
lines changed

docs/agent.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
## Running
2+
13
Commit0 provides a command-line `agent` for configuring and
24
running AI agents to assist with code development and testing.
35
In this example we use [Aider](https://aider.chat/) as the

docs/extra.css

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,10 @@ h2,
2222
h3 {
2323
color: #e4949e;
2424
}
25+
26+
.md-nav__title {
27+
display: none; /* Hide the text title */
28+
}
29+
.md-header__topic {
30+
display: none; /* Hide the text title */
31+
}

mkdocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
site_name: ""
1+
site_name: "Commit-0"
22

33
docs_dir: docs
44
nav:

0 commit comments

Comments
 (0)