Skip to content

Commit 06fcebe

Browse files
committed
fix print page
1 parent ac8f446 commit 06fcebe

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

source/docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# {{name}}
22

3-
{{name}} is a modern remote access manager and connection launcher for Windows OS. It comes integrated with a number of different protocols but also provides extensibility options via existing CLI tools implementing any kind of protocol.
3+
{{name}} is a remote access manager and connection launcher for Windows OS. It comes integrated with a number of different protocols but also provides extensibility options via existing CLI tools implementing any kind of protocol.
44

55
## Features
66

source/mkdocs.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
site_name: OneRemote
1+
site_name: 1Remote
22
site_description: One Remote Access Manager to Rule Them All
3-
site_author: OneRemote Team
4-
copyright: © OneRemote Team 2022
3+
site_author: 1Remote Team
4+
copyright: © 1Remote Team 2022
55

6-
repo_url: https://github.com/OneRemote/docs
6+
repo_url: https://github.com/1Remote/docs
77
edit_uri: edit/main
88

99
dev_addr: 0.0.0.0:8000
@@ -40,7 +40,7 @@ extra_javascript:
4040

4141
extra:
4242
url_prefix: !ENV MM_DOCS_URL_PREFIX
43-
name: OneRemote
43+
name: 1Remote
4444
shortname: 1RM
4545
social:
4646
- icon: dummy value to show social override
@@ -117,15 +117,15 @@ plugins:
117117
add_cover_page: true
118118
cover_page_template: pdf/cover_page.tpl
119119
# Table of contents
120-
add_table_of_contents: true
120+
add_table_of_contents: false
121121
toc_title: Content
122122
toc_depth: 2
123123
# Content-related
124124
add_full_urls: true
125125
enumerate_headings: false
126126
enumerate_figures: true
127127
include_css: false
128-
enabled: false
128+
enabled: true
129129
exclude:
130130
nav:
131131
- Home: index.md

0 commit comments

Comments
 (0)