Skip to content

Commit

Permalink
docs: create placeholders (#156)
Browse files Browse the repository at this point in the history
  • Loading branch information
shivaraj-bh authored Mar 20, 2024
1 parent 819ab20 commit e706d93
Show file tree
Hide file tree
Showing 11 changed files with 60 additions and 7 deletions.
6 changes: 6 additions & 0 deletions doc/apache-kafka.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# Apache Kafka

>[!warning] 🚧 WIP
Usage example:
<https://github.com/juspay/services-flake/blob/main/nix/apache-kafka_test.nix>
6 changes: 6 additions & 0 deletions doc/elasticsearch.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# Elasticsearch

>[!warning] 🚧 WIP
Usage example:
<https://github.com/juspay/services-flake/blob/main/nix/elasticsearch_test.nix>
3 changes: 3 additions & 0 deletions doc/examples.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Examples

- [ ] [[share-services]]#
2 changes: 2 additions & 0 deletions doc/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@ emanote:
It builds on top of the [process-compose-flake](https://community.flake.parts/process-compose-flake) module which allows running arbitrary processes declared in Nix.

See:

- [[start]]#
- [[examples]]#
- [[services]]#
- [[contributing]]#
- [[guide]]#
Expand Down
6 changes: 6 additions & 0 deletions doc/mysql.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# MySQL

>[!warning] 🚧 WIP
Usage example:
<https://github.com/juspay/services-flake/blob/main/nix/mysql/mysql_test.nix>
6 changes: 6 additions & 0 deletions doc/nginx.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# Nginx

>[!warning] 🚧 WIP
Usage example:
<https://github.com/juspay/services-flake/blob/main/nix/nginx_test.nix>
6 changes: 6 additions & 0 deletions doc/redis-cluster.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# Redis Cluster

>[!warning] 🚧 WIP
Usage example:
<https://github.com/juspay/services-flake/blob/main/nix/redis-cluster_test.nix>
6 changes: 6 additions & 0 deletions doc/redis.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# Redis

>[!warning] 🚧 WIP
Usage example:
<https://github.com/juspay/services-flake/blob/main/nix/redis_test.nix>
14 changes: 7 additions & 7 deletions doc/services.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,16 @@ short-title: Services
>[!warning] WIP
> Documentation for the services is still in progress. Please refer to [this issue][gh] for progress.
- Apache Kafka
- [[apache-kafka]]#
- [[clickhouse]]#
- Elasticsearch
- MySQL
- Nginx
- [[elasticsearch]]#
- [[mysql]]#
- [[nginx]]#
- [[postgresql]]#
- [[pgadmin]]
- Redis
- Redis Cluster
- Zookeeper
- [[redis]]#
- [[redis-cluster]]#
- [[zookeeper]]#
- [[grafana]]#
- [[prometheus]]#
- [[cassandra]]#
Expand Down
6 changes: 6 additions & 0 deletions doc/share-services.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# Share services

>[!warning] 🚧 WIP
An example of how to share services between flakes.
<https://github.com/juspay/services-flake/tree/main/example/share-services>
6 changes: 6 additions & 0 deletions doc/zookeeper.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# Zookeeper

>[!warning] 🚧 WIP
Usage example:
<https://github.com/juspay/services-flake/blob/main/nix/zookeeper_test.nix>

0 comments on commit e706d93

Please sign in to comment.