diff --git a/README.md b/README.md index 30c45987..a66a951c 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ id: home layout: default title: Home -permalink: / +permalink: /zowe-client-kotlin-sdk/ --- ## Zowe client Kotlin SDK diff --git a/_data/navbar.yml b/_data/navbar.yml deleted file mode 100644 index 2c3abacd..00000000 --- a/_data/navbar.yml +++ /dev/null @@ -1,12 +0,0 @@ -# -# This program and the accompanying materials are made available under the terms of the -# Eclipse Public License v2.0 which accompanies this distribution, and is available at -# https://www.eclipse.org/legal/epl-v20.html -# -# SPDX-License-Identifier: EPL-2.0 -# -# Copyright IBA Group 2020 -# - -- name: About - link: /about diff --git a/_data/sidebar.yml b/_data/sidebar.yml deleted file mode 100644 index d8da1a62..00000000 --- a/_data/sidebar.yml +++ /dev/null @@ -1,20 +0,0 @@ -# -# This program and the accompanying materials are made available under the terms of the -# Eclipse Public License v2.0 which accompanies this distribution, and is available at -# https://www.eclipse.org/legal/epl-v20.html -# -# SPDX-License-Identifier: EPL-2.0 -# -# Copyright IBA Group 2020 -# - -- section_name: For Mainframe - section_id: for-mainframe-root - section_items: - - id: for-mainframe - name: Overview -- section_name: R2Z - section_id: r2z-root - section_items: - - id: r2z - name: Overview diff --git a/_includes/navbar.html b/_includes/navbar.html deleted file mode 100644 index f04cd7f3..00000000 --- a/_includes/navbar.html +++ /dev/null @@ -1,33 +0,0 @@ - - - - diff --git a/_includes/sidebar.html b/_includes/sidebar.html deleted file mode 100644 index 7726aed5..00000000 --- a/_includes/sidebar.html +++ /dev/null @@ -1,109 +0,0 @@ - - - -{% for sidebar_section in site.data.sidebar %} - {% assign is_current_page_section = sidebar_section.section_items | where: 'id', page.id | first %} - {% if is_current_page_section %} - {% assign active_section_id = sidebar_section.section_id %} - {% endif %} -{% endfor %} -