An open API service indexing awesome lists of open source software.

https://github.com/user-cube/devops

Centralized documentation for Kubernetes, Cloud, Terraform, and more.
https://github.com/user-cube/devops

aws kubernetes opentofu terraform

Last synced: 5 months ago
JSON representation

Centralized documentation for Kubernetes, Cloud, Terraform, and more.

Awesome Lists containing this project

README

          

# DevOps Knowledge Base

A centralized documentation website for DevOps topics, built with [Docusaurus](https://docusaurus.io/). This site covers Kubernetes, AWS Cloud, Terraform, and more, making it easy for teams and individuals to learn and share best practices.

## Features

- Modern static site generator (Docusaurus)
- Organized docs for Kubernetes, AWS, Terraform, and DevOps tools
- Easy navigation and search
- Custom components and diagrams
- Ready for public or internal use

## Getting Started

### Installation

```bash
npm install
```

### Local Development

```bash
npm start
```

This command starts a local development server and opens a browser window. Most changes are reflected live without restarting the server.

### Build

```bash
npm build
```

This command generates static content into the `build` directory, which can be served using any static hosting service.

## Contributing

Contributions are welcome! Please open issues or pull requests for improvements, new topics, or corrections.