Skip to content

Commit

Permalink
Merge branch 'website-update'
Browse files Browse the repository at this point in the history
* website-update:
  update installation
  update the docs
  make terraform modules expandible
  add idpbuilder install instructions
  update news section with references
  update documentation for CNOE
  update the look and feel
  fix typos
  update the layout for the website
  updates to the stack icons
  added stacks and fixed a couple styling
  fixed couple more styles and logos
  fixed some styling to news component
  small modification to the look
  add some example talks for the reference need to fix the style of the boxes need to fix the colors and the sizing need to fix how much the description can grow
  update the new crousel fetch content from yaml
  update the look and feel - add icons to the right nav bar - move concepts around - bring installation stuff to the front
  Updates to landing page
  • Loading branch information
nimakaviani committed Jun 3, 2024
2 parents d507142 + 487f1eb commit 966dbdc
Show file tree
Hide file tree
Showing 102 changed files with 1,319 additions and 541 deletions.
File renamed without changes.
File renamed without changes
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
"label": "Technology Capabilities",
"position": 3,
"link": {
"type": "generated-index",
"type": "generated-index"
}
}
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
4 changes: 0 additions & 4 deletions docs/intro/intro.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
---
sidebar_position: 1
---

# Cloud Native Operational Excellence (CNOE)

_( pronounced Kuh.no )_
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
sidebar_position: 3
sidebar_position: 2
description: Who cares about CNOE?
---

Expand Down
7 changes: 7 additions & 0 deletions docs/reference-implementation/_category_.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"label": "Deploy a Platform",
"position": 1,
"link": {
"type": "generated-index"
}
}
2 changes: 1 addition & 1 deletion docs/reference-implementation/configs/_category_.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"label": "Configurations",
"position": 2,
"position": 3,
"link": {
"type": "generated-index"
}
Expand Down
2 changes: 1 addition & 1 deletion docs/reference-implementation/configs/control-plane.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
sidebar_position: 3
sidebar_position: 1
description: CNOE control plane
title: Infrastructure Control Plane
---
Expand Down
134 changes: 0 additions & 134 deletions docs/reference-implementation/idpbuilder/architecture/architecture.md

This file was deleted.

8 changes: 8 additions & 0 deletions docs/reference-implementation/installations/_category_.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"label": "Getting Started",
"position": 1,
"link": {
"type": "generated-index",
"description": "Get started with deploying the CNOE IDP"
}
}
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
---
sidebar_position: 0
description: A multitudinal and communal plan
title: Installation
title: Deploy
---

# Installation
# Deploy CNOE Developer Platform

:::note github repo
:::tip github repo

[cnoe-io/reference-implementation-aws](https://github.com/cnoe-io/reference-implementation-aws)
:::
Expand Down
15 changes: 10 additions & 5 deletions docs/reference-implementation/installations/app-idp.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,19 @@
---
sidebar_position: 1
description: A multitudinal and communal plan
title: Application IDP
sidebar_position: 2
description: |
deploy the CNOE IDP to Amazon EKS.
title: Amazon EKS
---

![overview](../images/application-idp.png)
:::tip GitHub Repo

[cnoe-io/reference-implementation-aws](https://github.com/cnoe-io/reference-implementation-aws)
:::

> **_NOTE:_** Applications deployed in this repository are not meant or configured for production.
![overview](../images/application-idp.png)

## Secret handling

Currently handled outside of repository and set via bash script. Secrets such as GitHub token and TLS private keys are stored in the `${REPO_ROOT}/private` directory.
Expand Down Expand Up @@ -81,7 +86,7 @@ github_pat_ABCDEDFEINDK....
Follow the following steps to get started.

1. Create GitHub apps and GitHub token as described above.
2. Create a new EKS cluster. We do not include EKS cluster in the installation module because EKS cluster requirements vary between organizations and the focus of this is integration of different projects. If you prefer, you can create a new basic cluster with the included [`eksctl.yaml`](./eksctl.yaml) file:
2. Create a new EKS cluster. We do not include EKS cluster in the installation module because EKS cluster requirements vary between organizations and the focus of this is integration of different projects. If you prefer, you can create a new basic cluster with the included [`eksctl.yaml`](https://github.com/cnoe-io/reference-implementation-aws/blob/main/eksctl.yaml) file:
```eksctl create -f eksctl.yaml```
You can get eksctl from [this link](https://eksctl.io/).
3. If you don't have a public registered Route53 zone, [register a Route53 domain](https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/domain-register.html) (be sure to use Route53 as the DNS service for the domain). We **strongly encourage creating a dedicated sub domain** for this. If you'd rather manage DNS yourself, you can set `enable_dns_management` in the config file.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
---
sidebar_position: 4
sidebar_position: 1
description: IDP builder is a single binary IDP launcher.
title: idpBuilder CLI
index: 1
---

# Installation
# Local IDP

:::note github repo
:::tip github repo

[cnoe-io/idpbuilder](https://github.com/cnoe-io/idpbuilder)
:::
Expand Down
Loading

0 comments on commit 966dbdc

Please sign in to comment.