Skip to content

Commit 6bf03be

Browse files
authored
Landing page (#10)
Add short description on the landing page, and links to other docs in navigation
1 parent b2eefd4 commit 6bf03be

File tree

4 files changed

+11
-10
lines changed

4 files changed

+11
-10
lines changed

README.md

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,4 @@
22
search: false
33
---
44

5-
Welcome to the help center for the [GitBook.com](https://www.gitbook.com) platform and services. This knowledge base will help you use our services and manage your account, books, collaborators.
6-
7-
You can learn using the [GitBook format and toolchain here](http://toolchain.gitbook.com/).
8-
9-
Wondering what GitBook is? [Read this](basics/what-is-gitbook.md).
10-
5+
Welcome to the help center for the [GitBook.com](https://www.gitbook.com) platform, where you can learn how to create books, collaborate with people, and integrate with other services. If you are looking for details about the GitBook format, visit the [toolchain documentation](http://toolchain.gitbook.com/).

_layouts/website/page.html

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,12 @@
44
<img src="https://www.gitbook.com/assets/images/logo/512-text.png" height="30" />
55
{% endblock %}
66

7-
This is a test
8-
97
{% block faq_menu %}
108
<ul class="nav navbar-nav navbar-right">
11-
<li><a href="https://www.gitbook.com">GitBook.com</a></li>
129
<li><a href="https://toolchain.gitbook.com" target="_blank">Toolchain</a></li>
1310
<li><a href="https://developer.gitbook.com" target="_blank">Developers</a></li>
14-
<li><a href="https://enterprise.gitbook.com" target="_blank">Enterprise</a></li>
11+
<li><a>|</a></li>
12+
<li><a href="https://www.gitbook.com">GitBook.com</a></li>
1513
<li><a href="https://www.gitbook.com/contact" target="_blank">Contact us</a></li>
1614
<li><a href="https://www.gitbook.com/book/gitbookio/help/discussions" target="_blank">Suggest a Question</a></li>
1715
</ul>

book.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
"gitbook": ">=3.0.0-pre.11",
33
"title": "GitBook Help Center",
44
"plugins": ["algolia", "search", "theme-faq", "-lunr", "-fontsettings", "-sharing"],
5+
"structure": {
6+
"readme": "home.md"
7+
},
58
"pluginsConfig": {
69
"algolia": {
710
"index": "help.gitbook.com",

home.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
search: false
3+
---
4+
5+
Welcome to the help center for the [GitBook.com](https://www.gitbook.com) platform, where you can learn how to create books, collaborate with people, and integrate with other services. If you are looking for details about the GitBook format, visit the [toolchain documentation](http://toolchain.gitbook.com/).

0 commit comments

Comments
 (0)