doc: Port to Emanote

This commit is contained in:
Sridhar Ratnakumar 2024-01-14 14:34:37 +05:30 committed by Sridhar Ratnakumar
parent 62e13715f8
commit 2e58b4a5b6
4 changed files with 41 additions and 17 deletions

View File

@ -1,17 +0,0 @@
---
slug: /services-flake
sidebar_position: 4
sidebar_label: Services
---
# Running services using `services-flake`
[services-flake][gh] is a [flake-parts](https://flake.parts/) module providing NixOS-like services for Nix flakes. It builds on top of the [process-compose-flake](/process-compose-flake) module which allows running arbitrary processes in the devShell environment.
:::caution Work in progress
`services-flake` is still being developed. Visit the [GitHub repository][gh] for more information.
:::
![](demo.gif)
[gh]: https://github.com/juspay/services-flake

19
doc/services-flake.md Normal file
View File

@ -0,0 +1,19 @@
---
short-title: services-flake
template:
sidebar:
collapsed: true
emanote:
folder-folgezettel: false
---
# Running services using `services-flake`
[services-flake][gh] is a [flake-parts](https://flake.parts/) module providing NixOS-like services for Nix flakes. It builds on top of the [process-compose-flake](https://community.flake.parts/process-compose-flake) module which allows running arbitrary processes in the devShell environment.
>[!warning] Work in progress
> `services-flake` is still being developed. Visit the [GitHub repository][gh] for more information.
![](services-flake/demo.gif)
[gh]: https://github.com/juspay/services-flake

22
doc/services-flake.yaml Normal file
View File

@ -0,0 +1,22 @@
# For documentation and available settings, see
# https://github.com/srid/emanote/blob/master/emanote/default/index.yaml
page:
siteTitle: services-flake
template:
# You can add your own variables here, like editBaseUrl.
# See after-note.tpl to see where editBaseUrl gets used.
editBaseUrl: https://github.com/juspay/services-flake/edit/main/doc
# Uncomment this to get neuron-style pages
# name: /templates/layouts/note
# layout:
# note:
# containerClass: container mx-auto max-w-screen-lg
sidebar:
collapsed: false
# If you are hosting on GitLab Pages, you may want to remove this.
urlStrategy: pretty

View File

Before

Width:  |  Height:  |  Size: 420 KiB

After

Width:  |  Height:  |  Size: 420 KiB