Skip to content

Commit

Permalink
chore: added docs link
Browse files Browse the repository at this point in the history
  • Loading branch information
IamShobe committed Sep 14, 2024
1 parent 6091ed6 commit 00b3016
Show file tree
Hide file tree
Showing 9 changed files with 19 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-docs.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: ci
name: deploy docs
on:
push:
branches:
Expand All @@ -8,7 +8,7 @@ permissions:
contents: write

jobs:
deploy:
deploy-docs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ Those backends were problematic for me because I had issues trusting them to sto
The closest solution I found was [terraform-backend-git](https://github.com/plumber-cd/terraform-backend-git) - which this project was heavily influenced on - so go check it out as well!
Eventually I had the idea of creating an **extendable modular terraform http backend** - which allows customizing the state using `transformations` (like encryption), and getting starting with it will be as simple as running single command.

## Documentation

Check out documentations here: [docs](https://terraflex.iamshobe.com)

## Installation
Recommended apporach is using [pipx](https://github.com/pypa/pipx):
```bash
Expand Down
2 changes: 2 additions & 0 deletions docs/gettings-started/intro.md
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
# Intro

WIP
2 changes: 2 additions & 0 deletions docs/gettings-started/storage-providers/envvar.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,5 @@ tags:
- Readable Storage
---
# EnvVar

WIP
2 changes: 2 additions & 0 deletions docs/gettings-started/storage-providers/git.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,5 @@ tags:
- Lockable Storage
---
# Git

WIP
2 changes: 2 additions & 0 deletions docs/gettings-started/storage-providers/local.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,5 @@ tags:
- Lockable Storage
---
# Local

WIP
2 changes: 2 additions & 0 deletions docs/gettings-started/storage-providers/onepassword.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,5 @@ tags:
- Readable Storage
---
# 1Password

WIP
2 changes: 2 additions & 0 deletions docs/gettings-started/transformers/encryption.md
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
# Encryption

WIP
2 changes: 1 addition & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ repo_name: IamShobe/terraflex
edit_uri: edit/main/docs/

nav:
- Home:
- Terraflex:
- index.md
- Getting Started:
- gettings-started/intro.md
Expand Down

0 comments on commit 00b3016

Please sign in to comment.