Skip to content

Commit

Permalink
Rename base to standard and add in link to files in repo.
Browse files Browse the repository at this point in the history
  • Loading branch information
Neil Musgrove committed Jan 5, 2024
1 parent 308b2ff commit 522b348
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs_src/astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export default defineConfig({
label: 'Guides',
items: [
// Each item here is one entry in the navigation menu.
{ label: 'Basic Example', link: '/guides/base/' },
{ label: 'Standard Example', link: '/guides/standard/' },
],
}
],
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
---
title: Standard Basic Example
title: Standard Example
description: Our most basic container deployment style
---

This files in the standard directory represent a basic pi environment.
This files in the [standard](https://github.com/Panintelligence/docker-deployments/tree/docker_deployments_improvements/standard) directory represent a basic pi environment.

### Environment variables
Copy `template.env` to `.env` and update the values before you start.
Expand Down
5 changes: 4 additions & 1 deletion docs_src/src/content/docs/index.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
---
title: Hello, World
title: Panintelligence Container Deployments
---
Welcome to the docs for Panintelligence Container deployments.

We highly recommend using containers over any other deployment type.
This documentation and the associated repository serve as examples of our recommendations for deploying.
1 change: 1 addition & 0 deletions docs_src/src/env.d.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
/// <reference path="../.astro/types.d.ts" />
/// <reference types="astro/client" />

0 comments on commit 522b348

Please sign in to comment.