File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# build settings
22destination : ./_site
3- source : docs
3+ source : ./src
44theme : just-the-docs
55# author metadata
66author : FL03
@@ -31,11 +31,19 @@ mermaid:
3131
3232# collections
3333collections :
34+ docs :
35+ output : true
36+ permalink : /:collection/:path/
37+ sort_by : order
3438 guides :
3539 output : true
3640 permalink : /:collection/:path/
3741 sort_by : order
38-
42+ posts :
43+ output : true
44+ permalink : /:collection/:path/
45+ sort_by : date
46+
3947defaults :
4048 - scope :
4149 path : " " # an empty string here means all files in the project
Original file line number Diff line number Diff line change 11---
22description : A map-based implementation of a hypergraph
33title : HyperMap
4- permalink : /guides/hypermap/
54layout : default
6- order : 2
5+ order : 1
76---
87
98## Table of Contents
File renamed without changes.
File renamed without changes.
You can’t perform that action at this time.
0 commit comments