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 %} -
- {% for sidebar_section in site.data.sidebar %} -
- - -
- {% endfor %} -
diff --git a/_layouts/default.html b/_layouts/default.html index 549d37e1..cb86a038 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -37,15 +37,9 @@ - {% include navbar.html %}
-
-
- {% include sidebar.html %} -
-
@@ -53,11 +47,6 @@
-
-
- {% include contents.html %} -
-
diff --git a/about.md b/about.md deleted file mode 100644 index eabe28ae..00000000 --- a/about.md +++ /dev/null @@ -1,17 +0,0 @@ ---- -layout: default -title: About -permalink: /about/ ---- - -Repos: -* [Original repo](https://github.com/for-mainframe/for-mainframe.github.io) -* [For-Mainframe repo](https://github.com/for-mainframe/For-Mainframe) -* [R2Z repo](https://github.com/for-mainframe/r2z) - -Authors: -* [Uladzislau Kalesnikau](mailto:ukalesnikau@ibagroup.eu) - -Slack: -* [For Mainframe Slack channel in IBA workspace](https://iba-mainframe-tools.slack.com/archives/C01V4MZL9DH) -* [Zowe Explorer IntelliJ Slack channel in Open Mainframe Project workspace](https://openmainframeproject.slack.com/archives/C020BGPSU0M)