mirror of
https://github.com/MatMoul/dokytree.git
synced 2026-01-09 18:06:57 +00:00
Inital commit
This commit is contained in:
4
samples/empty_v1/doc.yaml
Normal file
4
samples/empty_v1/doc.yaml
Normal file
@@ -0,0 +1,4 @@
|
||||
doc: 'doc'
|
||||
templates: 'templates'
|
||||
html: 'html'
|
||||
style: 'style.css'
|
||||
1
samples/empty_v1/doc/_index.yaml
Normal file
1
samples/empty_v1/doc/_index.yaml
Normal file
@@ -0,0 +1 @@
|
||||
title: Documentation
|
||||
3
samples/empty_v1/html/style.css
Normal file
3
samples/empty_v1/html/style.css
Normal file
@@ -0,0 +1,3 @@
|
||||
#sidepanel {
|
||||
background-color: red;
|
||||
}
|
||||
3
samples/empty_v1/templates/empty.pug
Normal file
3
samples/empty_v1/templates/empty.pug
Normal file
@@ -0,0 +1,3 @@
|
||||
div#HEADFILES
|
||||
div#FILES
|
||||
div#FOOTFILES
|
||||
Reference in New Issue
Block a user