Skip to content

Commit d20d229

Browse files
committed
Matlas Prototype
1 parent 41f5626 commit d20d229

6 files changed

Lines changed: 12 additions & 8 deletions

File tree

docs/_config.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,13 +36,13 @@ navigation:
3636
- title: Home
3737
url: /
3838
- title: Authentication
39-
url: /auth.html
39+
url: /auth/
4040
- title: Atlas Commands
41-
url: /atlas.html
41+
url: /atlas/
4242
- title: Database Commands
43-
url: /database.html
43+
url: /database/
4444
- title: Infrastructure
45-
url: /infra.html
45+
url: /infra/
4646

4747
# Social links
4848
github_username: teabranch

docs/atlas.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
layout: page
33
title: Atlas Commands
44
description: Manage MongoDB Atlas infrastructure including projects, users, clusters, and networking.
5+
permalink: /atlas/
56
---
67

78
# Atlas Commands

docs/auth.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
layout: page
33
title: Authentication & Configuration
44
description: Configure matlas to authenticate with MongoDB Atlas and set default behaviors.
5+
permalink: /auth/
56
---
67

78
# Authentication & Configuration

docs/database.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
layout: page
33
title: Database Commands
44
description: Work directly with MongoDB databases, collections, and indexes through Atlas clusters or direct connections.
5+
permalink: /database/
56
---
67

78
# Database Commands

docs/index.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,28 +19,28 @@ title: Home
1919
<div class="feature-icon">🔐</div>
2020
<h3 class="feature-title">Authentication & Configuration</h3>
2121
<p class="feature-description">Flexible authentication with API keys, config files, environment variables, and macOS Keychain integration.</p>
22-
<a href="{{ '/auth.html' | relative_url }}" class="btn btn-outline">Learn more</a>
22+
<a href="{{ '/auth/' | relative_url }}" class="btn btn-outline">Learn more</a>
2323
</div>
2424

2525
<div class="card feature">
2626
<div class="feature-icon">☁️</div>
2727
<h3 class="feature-title">Atlas Commands</h3>
2828
<p class="feature-description">Manage MongoDB Atlas projects, clusters, users, and networking with intuitive commands.</p>
29-
<a href="{{ '/atlas.html' | relative_url }}" class="btn btn-outline">Learn more</a>
29+
<a href="{{ '/atlas/' | relative_url }}" class="btn btn-outline">Learn more</a>
3030
</div>
3131

3232
<div class="card feature">
3333
<div class="feature-icon">🗄️</div>
3434
<h3 class="feature-title">Database Commands</h3>
3535
<p class="feature-description">Work directly with MongoDB databases, collections, and indexes through Atlas or direct connections.</p>
36-
<a href="{{ '/database.html' | relative_url }}" class="btn btn-outline">Learn more</a>
36+
<a href="{{ '/database/' | relative_url }}" class="btn btn-outline">Learn more</a>
3737
</div>
3838

3939
<div class="card feature">
4040
<div class="feature-icon">🏗️</div>
4141
<h3 class="feature-title">Infrastructure Workflows</h3>
4242
<p class="feature-description">Terraform-inspired infrastructure-as-code workflows: discover, plan, diff, apply, destroy.</p>
43-
<a href="{{ '/infra.html' | relative_url }}" class="btn btn-outline">Learn more</a>
43+
<a href="{{ '/infra/' | relative_url }}" class="btn btn-outline">Learn more</a>
4444
</div>
4545
</div>
4646

docs/infra.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
layout: page
33
title: Infrastructure Workflows
44
description: Terraform-inspired workflows for managing MongoDB Atlas infrastructure as code.
5+
permalink: /infra/
56
---
67

78
# Infrastructure Workflows

0 commit comments

Comments
 (0)