Skip to content

Commit fdd94a4

Browse files
authored
docs: fix pkgdown navbar config
1 parent c55ca5e commit fdd94a4

File tree

1 file changed

+10
-36
lines changed

1 file changed

+10
-36
lines changed

_pkgdown.yml

Lines changed: 10 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -41,43 +41,17 @@ reference:
4141
- '`load_prodopts`'
4242
- '`split_nodata_values`'
4343
navbar:
44-
type: inverse
45-
left:
46-
- icon: fa-home
47-
href: index.html
48-
right:
49-
- text: "Articles"
50-
icon: fas fa-book
51-
menu:
52-
- text: Installation
53-
href: articles/installation.html
54-
- text: Interactive Execution - the MODIStsp GUI
55-
href: articles/interactive_execution.html
56-
- text: Non-Interactive Execution from within R
57-
href: articles/noninteractive_execution.html
58-
- text: Standalone Execution and Scheduled Processing
59-
href: articles/standalone_execution.html
60-
- text: Outputs Format and Naming Conventions
61-
href: articles/output.html
62-
- text: Accessing and Analyzing Processed Data from R
63-
href: articles/analyze.html
64-
- text: Supported MODIS Products
65-
href: articles/products_list.html
66-
- text: "faq"
67-
icon: fa-question-circle-o
44+
components:
45+
faq:
46+
text: FAQ
6847
href: articles/faq.html
69-
- icon: fa-newspaper-o
70-
text: "news"
71-
href: news/index.html
72-
- icon: fa-file-code-o
73-
text: "functions"
74-
href: reference/index.html
75-
- icon: fa-github fa-lg
76-
text: "github"
77-
href: https://github.com/ropensci/MODIStsp/
78-
- icon: fa-cross
79-
text: "dedication"
80-
href: articles/lorenzo.html
48+
dedication:
49+
text: Dedication
50+
href: href: articles/lorenzo.html
51+
structure:
52+
left: [intro, faq, dedication, reference, articles, tutorials, news]
53+
right: [search, github, lightswitch]
54+
8155

8256
extra_packages:
8357
- tidyr

0 commit comments

Comments
 (0)