Skip to content

Commit 8ec6721

Browse files
committed
update home
1 parent 3386f8f commit 8ec6721

3 files changed

Lines changed: 6 additions & 17 deletions

File tree

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[![github-pages](https://github.com/niqdev/devops/actions/workflows/gh-pages.yml/badge.svg)](https://github.com/niqdev/devops/actions/workflows/gh-pages.yml)
44

5-
A collection of resources, scripts, docker images, tools and documentation mainly related to distributed systems for local development, learning purposes and quick prototyping.
5+
A collection of notes, resources, documentation and POCs mainly related to distributed systems for local development, learning purposes and quick prototyping.
66

77
* [Linux](https://niqdev.github.io/devops/linux)
88
* [Docker](https://niqdev.github.io/devops/docker)
@@ -17,6 +17,8 @@ A collection of resources, scripts, docker images, tools and documentation mainl
1717
* [Oozie](https://niqdev.github.io/devops/hadoop/#oozie)
1818
* [Kubernetes](https://niqdev.github.io/devops/kubernetes)
1919
* [System Design](https://niqdev.github.io/devops/system-design)
20+
* [Operating System](https://niqdev.github.io/devops/operating-system)
21+
* [Programming](https://niqdev.github.io/devops/programming)
2022
* [Other Resources](https://niqdev.github.io/devops/other-resources)
2123
* [Toolbox](https://niqdev.github.io/devops/toolbox)
2224

docs/index.md

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,3 @@
11
# DevOps
22

3-
A collection of resources, scripts, docker images, tools and documentation mainly related to distributed systems for local development, learning purposes and quick prototyping.
4-
5-
* [Linux](linux.md)
6-
* [Docker](docker.md)
7-
* [Ansible](ansible.md)
8-
* [Cassandra](cassandra.md)
9-
* [Zookeeper](zookeeper.md)
10-
* [Kafka](kafka.md)
11-
* [Hadoop](hadoop.md)
12-
* [Kubernetes](kubernetes.md)
13-
* [System Design](system-design.md)
14-
* [Other Resources](other-resources.md)
15-
* [Toolbox](toolbox.md)
16-
* [JVM](jvm.md) (OLD)
17-
* [Scala](scala.md) (OLD)
3+
A collection of notes, resources, documentation and POCs mainly related to distributed systems for local development, learning purposes and quick prototyping.

mkdocs.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ theme: readthedocs
55
google_analytics: ['UA-68888222-4', 'niqdev.github.io']
66

77
nav:
8-
- Home: index.md
98
- Linux: linux.md
109
- Docker: docker.md
1110
- Ansible: ansible.md
@@ -15,6 +14,8 @@ nav:
1514
- Hadoop: hadoop.md
1615
- Kubernetes: kubernetes.md
1716
- System Design: system-design.md
17+
- Operating System: operating-system.md
18+
- Programming: programming.md
1819
- Other Resources: other-resources.md
1920
- Toolbox: toolbox.md
2021
- JVM (OLD): jvm.md

0 commit comments

Comments
 (0)