Skip to content

Commit

Permalink
chore: modify docs/index.md and mkdocs.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Joeshiett committed Nov 7, 2022
1 parent 52215f1 commit 94685ed
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 18 deletions.
Binary file removed docs/images/courtney-corlew-l5b_Jd8Ttfg-unsplash.jpg
Binary file not shown.
15 changes: 0 additions & 15 deletions docs/index.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,4 @@
# Overview
<style>
body {
background-image: linear-gradient(rgba(255,255,255,.5), rgba(255,255,255,.5)), url('images/courtney-corlew-l5b_Jd8Ttfg-unsplash.jpg');

height: 100%;

/* Center and scale the image nicely */
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}
.bg {
opacity: 0.2;
}
</style>
<div align="center"> <img src="images/flanksource.png" height="64px"></img></div>
---
<h1 style="text-align:center"> Flanksource Documentation</h1>
Expand Down
6 changes: 3 additions & 3 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,17 +44,17 @@ markdown_extensions:
nav:
- Overview: ./index.md
- Products:
- ConfigDB:
- Configuration:
- Install CLI: ./
- Getting Started with ConfigDB: ./tutorials/config-db/getting-started-configdb.md
- Getting Started: ./tutorials/config-db/getting-started-configdb.md
- Canary Checker:
- Overview: ./tutorials/canary-checker/overview.md
- Getting Started: ./tutorials/canary-checker/getting-started.md
- Contributing: ./tutorials/canary-checker/dev-guide.md
- Install CLI: ./tutorials/canary-checker/run.md
- Install on Standalone Server: ./tutorials/canary-checker/server.md
- Install Kubernetes Operator: ./tutorials/canary-checker/operator.md
- Installation:
- Installations:
- Helm Chart: ./
- Concepts:
- Secret Management: ./
Expand Down

0 comments on commit 94685ed

Please sign in to comment.