Browse code

Update mkdocs.yml

fixes typo in vignette's file name.

Fernando Gelin authored on 12/11/2018 20:26:36 • GitHub committed on 12/11/2018 20:26:36
Showing 1 changed files
... ...
@@ -24,4 +24,4 @@ markdown_extensions:
24 24
 
25 25
 nav:
26 26
   - Home: 'index.md'
27
-  - Vignette: 'first-example.md'
28 27
\ No newline at end of file
28
+  - Vignette: 'first_example.md'
Browse code

switching from pkgdown to compbiocore mkdocs setup

August Guang authored on 09/11/2018 19:35:20
Showing 1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,27 @@
1
+site_name:        RSeqAn
2
+site_author:      August Guang
3
+repo_url:         https://github.com/compbiocore/RSeqAn
4
+site_description: Documentation for Bioconductor package RSeqAn.
5
+site_url: https://compbiocore.github.io/RSeqAn #this is the main site!
6
+
7
+theme:
8
+  name: material
9
+  palette:
10
+    primary: 'blue grey'
11
+    accent: 'indigo'
12
+  logo: images/cbc-logo.svg
13
+
14
+extra_css:
15
+  - styles/dark_mode.css
16
+
17
+markdown_extensions:
18
+  - extra
19
+  - tables
20
+  - fenced_code
21
+  - admonition
22
+  - codehilite
23
+  - footnotes
24
+
25
+nav:
26
+  - Home: 'index.md'
27
+  - Vignette: 'first-example.md'
0 28
\ No newline at end of file