Skip to content

Commit

Permalink
Working on Zowe Client Kotlin SDK docs
Browse files Browse the repository at this point in the history
Signed-off-by: Uladzislau <[email protected]>
  • Loading branch information
KUGDev committed Sep 3, 2024
1 parent 24d01c0 commit 6d6356b
Show file tree
Hide file tree
Showing 7 changed files with 1 addition and 203 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
id: home
layout: default
title: Home
permalink: /
permalink: /zowe-client-kotlin-sdk/
---

## Zowe client Kotlin SDK
Expand Down
12 changes: 0 additions & 12 deletions _data/navbar.yml

This file was deleted.

20 changes: 0 additions & 20 deletions _data/sidebar.yml

This file was deleted.

33 changes: 0 additions & 33 deletions _includes/navbar.html

This file was deleted.

109 changes: 0 additions & 109 deletions _includes/sidebar.html

This file was deleted.

11 changes: 0 additions & 11 deletions _layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,27 +37,16 @@
</style>
</head>
<body class="bg-light-gray-custom">
{% include navbar.html %}
<div class="container-fluid bd-gutter my-md-3 bd-layout">
<div class="container">
<div class="row">
<div class="col-2 px-3 py-3">
<div class="position-fixed static-sidebar">
{% include sidebar.html %}
</div>
</div>
<div class="col-xl-8 px-4 py-3" id="main">
<div class="card">
<div class="card-body">
{{ content }}
</div>
</div>
</div>
<div class="col-2 px-3 py-3">
<div class="position-fixed py-3">
{% include contents.html %}
</div>
</div>
</div>
</div>

Expand Down
17 changes: 0 additions & 17 deletions about.md

This file was deleted.

0 comments on commit 6d6356b

Please sign in to comment.