Skip to content

Commit ae3d5ee

Browse files
Add structural files for documentation
1 parent 4c1727d commit ae3d5ee

5 files changed

Lines changed: 12 additions & 1 deletion

File tree

docs/developer.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Developer Documentation
2+
3+
This document covers all needed information to contribute to and extend Micros.

docs/getting-started.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Getting Started
2+
3+
This document is a basic guide for creating a micros image.

docs/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# Micros

docs/user.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# User Documentation
2+
3+
This document includes all information required to use Micros to create custom
4+
images.

flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
];
5252
specialArgs = {inherit inputs lib;};
5353
};
54-
54+
inputDir = ./docs;
5555
transformOptions = opt:
5656
opt
5757
// {

0 commit comments

Comments
 (0)