@@ -25,33 +25,28 @@ reference:
25
25
- retrieve_linked_data
26
26
27
27
navbar :
28
- title : patentsview
29
- type : default
30
- left :
31
- - text : " Getting started"
32
- icon : fa-play
33
- href : articles/getting-started.html
34
- - text : " Writing queries"
35
- icon : fa-pencil
36
- href : articles/writing-queries.html
37
- - text : " Examples"
38
- icon : fa-code
39
- href : articles/examples.html
40
- - text : " Applications"
41
- icon : fa-bar-chart
42
- menu :
43
- - text : " Top assignees"
44
- icon : fa-university
45
- href : articles/top-assignees.html
46
- - text : " Citation networks"
47
- icon : fa-long-arrow-left
48
- href : articles/citation-networks.html
49
- right :
50
- - text : " Reference"
51
- icon : fa-info-circle
52
- href : reference/index.html
53
- - icon : fa-github fa-lg
54
- href : https://github.com/ropensci/patentsview
28
+ components :
29
+ queries :
30
+ text : " Writing queries"
31
+ icon : fa-pencil
32
+ href : articles/writing-queries.html
33
+ examples :
34
+ text : " Examples"
35
+ icon : fa-code
36
+ href : articles/examples.html
37
+ applications :
38
+ text : " Applications"
39
+ icon : fa-bar-chart
40
+ menu :
41
+ - text : " Top assignees"
42
+ icon : fa-university
43
+ href : articles/top-assignees.html
44
+ - text : " Citation networks"
45
+ icon : fa-long-arrow-left
46
+ href : articles/citation-networks.html
47
+ structure :
48
+ left : [intro, queries, examples, applications, news]
49
+ right : [reference, search, github, lightswitch]
55
50
56
51
extra_packages :
57
52
- visNetwork
0 commit comments