File tree Expand file tree Collapse file tree 2 files changed +13
-13
lines changed Expand file tree Collapse file tree 2 files changed +13
-13
lines changed Original file line number Diff line number Diff line change @@ -27,12 +27,6 @@ anchor = "smart"
27
27
copyright = " fireact.dev"
28
28
privacy_policy = " https://policies.google.com/privacy"
29
29
30
- # Favicons
31
- [params .ui .favicon ]
32
- icon = " img/favicon.ico"
33
- icon32 = " img/favicon.png"
34
- apple_touch = " img/apple-touch-icon.png"
35
-
36
30
# Repository configuration
37
31
github_repo = " https://github.com/fireact-dev/main"
38
32
github_branch = " main"
@@ -45,8 +39,15 @@ offlineSearch = true
45
39
sidebar_menu_compact = true
46
40
breadcrumb_disable = false
47
41
sidebar_search_disable = false
48
- navbar_logo = true
49
42
footer_about_enable = true
43
+ navbar_logo = true
44
+ navbar_logo_link = " https://fireact.dev"
45
+
46
+ # Favicons
47
+ [params .ui .favicon ]
48
+ icon = " img/favicon.ico"
49
+ icon32 = " img/favicon.png"
50
+ apple_touch = " img/apple-touch-icon.png"
50
51
51
52
# Feedback configuration
52
53
[params .ui .feedback ]
@@ -57,7 +58,7 @@ no = 'Sorry to hear that. Please <a href="https://github.com/fireact-dev/docs/is
57
58
# Language configuration
58
59
[languages ]
59
60
[languages .en ]
60
- title = " Fireact Documentation "
61
+ title = " fireact.dev "
61
62
languageName =" English"
62
63
weight = 1
63
64
Original file line number Diff line number Diff line change 6
6
< nav class ="td-navbar navbar-dark js-navbar-scroll
7
7
{{- if $cover }} td-navbar-cover {{- end }} ">
8
8
< div class ="container-fluid flex-column flex-md-row ">
9
- <!-- Logo -->
10
- < img src ="{{ "img /logo.svg" | relURL }}" alt="Fireact Logo " style ="height: 32px; margin-right: 10px; ">
11
-
12
- < a class ="navbar-brand " href ="{{ .Site.Home.RelPermalink }} ">
13
- {{- /**/ -}}
9
+ <!-- Logo and title both linking to main site -->
10
+ < a href ="https://fireact.dev " class ="navbar-brand ">
11
+ < img src ="{{ "img /logo.svg" | relURL }}" alt="Fireact Logo " style ="height: 32px; margin-right: 10px; ">
14
12
< span class ="navbar-brand__name ">
15
13
{{- .Site.Title -}}
16
14
</ span >
17
15
</ a >
16
+
18
17
< div class ="td-navbar-nav-scroll ms-md-auto " id ="main_navbar ">
19
18
< ul class ="navbar-nav ">
20
19
{{ $p := . -}}
You can’t perform that action at this time.
0 commit comments