Skip to content

Commit 16257d3

Browse files
committed
Working Prototype
1 parent 0b5239b commit 16257d3

File tree

122 files changed

+211
-9670
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

122 files changed

+211
-9670
lines changed

_config.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,22 +3,22 @@ repository: tomjoht/documentation-theme-jekyll
33
output: web
44
# this property is useful for conditional filtering of content that is separate from the PDF.
55

6-
topnav_title: Jekyll Documentation Theme
6+
topnav_title: UIUDH Documentation
77
# this appears on the top navigation bar next to the home button
88

9-
site_title: Jekyll theme for documentation
9+
site_title: Documentation for UIU Developers Hub
1010
# this appears in the html browser tab for the site title (seen mostly by search engines, not users)
1111

12-
company_name: Copyright 2021 Google LLC
12+
company_name: Copyright 2022 United International University
1313
# this appears in the footer
1414

15-
github_editme_path: tomjoht/documentation-theme-jekyll/blob/gh-pages/
15+
github_editme_path:
1616
# if you're using Github, provide the basepath to the branch you've created for reviews, following the sample here. if not, leave this value blank.
1717

1818
# gitlab_editme_path: tomjoht/documentation-theme-jekyll/blob/gh-pages/
1919
# if you're using GitLab, provide the basepath to the branch you've created for reviews, following the sample here. if not, leave this value blank.
2020

21-
google_analytics: UA-66296557-1
21+
google_analytics:
2222
# if you have google-analytics ID, put it in. if not, edit this value to blank.
2323

2424
host: 127.0.0.1
@@ -38,7 +38,7 @@ feedback_subject_line: Jekyll documentation theme
3838
feedback_email: tomjoht@gmail.com
3939
# used as a contact email for the Feedback link in the top navigation bar
4040

41-
# feedback_disable: true
41+
feedback_disable: true
4242
# if you uncomment the previous line, the Feedback link gets removed
4343

4444
# feedback_text: "Need help?"
@@ -71,10 +71,10 @@ defaults:
7171
type: "pages"
7272
values:
7373
layout: "page"
74-
comments: true
74+
comments: false
7575
# if you don't want to use Commento.io and just hide comments, change true to false wherever you see the comments property
7676
search: true
77-
sidebar: home_sidebar
77+
# sidebar: home_sidebar
7878
topnav: topnav
7979
-
8080
scope:
@@ -94,7 +94,7 @@ defaults:
9494
comments: true
9595
# if you don't want to use Commento.io and just hide comments, change true to false wherever you see the comments property
9696
search: true
97-
sidebar: home_sidebar
97+
# sidebar: home_sidebar
9898
topnav: topnav
9999

100100
# these are defaults used for the frontmatter for these file types

_data/sidebars/home_sidebar.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,5 @@ entries:
1414
- title: Theme instructions
1515
url: /mydoc_introduction.html
1616
output: web
17-
- title: Product 1
18-
url: /p1_landing_page.html
19-
output: web
20-
- title: Product 2
21-
url: /p2_landing_page.html
22-
output: web
2317

2418
# Copyright 2021 Google LLC

_data/sidebars/mydoc_sidebar.yml

Lines changed: 0 additions & 297 deletions
This file was deleted.

_data/tags.yml

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,6 @@
33
# In other words, the last line must be the last tag in the allowed-tags list.
44
allowed-tags:
55
- getting_started
6-
- content_types
7-
- navigation
8-
- formatting
9-
- publishing
10-
- single_sourcing
11-
- special_layouts
12-
- collaboration
13-
- news
14-
- troubleshooting
15-
- mobile
6+
167

178
# Copyright 2021 Google LLC

0 commit comments

Comments
 (0)