Skip to content

Commit 7725f37

Browse files
committed
fix(handbook): setup domain for GH pages
1 parent d2419d8 commit 7725f37

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

handbook/_config.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,16 @@
1414
# You can create any custom variable you would like, and they will be accessible
1515
# in the templates via {{ site.myvariable }}.
1616
title: Developer handbook
17-
description: Nethesis developer handbook
17+
description: Nethserver developer handbook
1818
remote_theme: pmarsceill/just-the-docs
1919

2020
permalink: pretty
2121
exclude: [vendor]
2222

23+
# Setup for GitHub pages
24+
domain: handbook.nethserver.org
25+
url: https://handbook.nethserver.org
26+
2327
# Set a path/url to a logo that will be displayed instead of the title
2428
#logo: "/assets/images/just-the-docs.png
2529
favicon_ico: "/assets/favicon.png"
@@ -46,7 +50,7 @@ footer_content: ""
4650
# Footer "Edit this page on GitHub" link text
4751
gh_edit_link: true
4852
gh_edit_link_text: "Edit this page on GitHub."
49-
gh_edit_repository: "https://github.com/NethServer/ns8-core"
53+
gh_edit_repository: "https://github.com/NethServer/dev"
5054
gh_edit_branch: "master"
5155
gh_edit_source: docs
5256
gh_edit_view_mode: "tree"

0 commit comments

Comments
 (0)