Skip to content

Commit

Permalink
remove header in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
CyrusYip committed Apr 12, 2024
1 parent cdc91f0 commit 7c6af80
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 7 deletions.
4 changes: 2 additions & 2 deletions docs/faq.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
<link rel="icon" type="image/x-icon" href="favicon.ico" />
</head>
<body>
<header>
<!-- <header>
<div id="header"></div>
</header>
</header> -->

<div id="navbar" class="navbar"></div>

Expand Down
4 changes: 2 additions & 2 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
<link rel="icon" type="image/x-icon" href="favicon.ico" />
</head>
<body>
<header>
<!-- <header>
<div id="header"></div>
</header>
</header> -->

<div id="navbar" class="navbar"></div>

Expand Down
2 changes: 1 addition & 1 deletion docs/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ function include(file) {
}

include("./scripts/themeToggle.js");
include("./scripts/header.js");
// include("./scripts/header.js");
include("./scripts/footer.js");
include("./scripts/navbar.js");
include("https://cdn.jsdelivr.net/npm/marked/marked.min.js");
Expand Down
4 changes: 2 additions & 2 deletions docs/usage.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
<link rel="icon" type="image/x-icon" href="favicon.ico" />
</head>
<body>
<header>
<!-- <header>
<div id="header"></div>
</header>
</header> -->

<div id="navbar" class="navbar"></div>

Expand Down
5 changes: 5 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,17 @@

# polonium

An autotile manager for Plasma 6.

An (unofficial) spiritual successor to [Bismuth](https://github.com/Bismuth-Forge/bismuth) built on KWin 6.

The descendant of [autotile](https://github.com/zeroxoneafour/kwin-autotile).

![hot icon](https://raw.githubusercontent.com/zeroxoneafour/polonium/master/docs/logo.svg)

[![KDE Store](https://img.shields.io/badge/KDE%20Store-Install-blue?style=for-the-badge&logo=KDE&logoColor=white&labelColor=blue)](https://store.kde.org/p/2140417)
[![GitHub](https://img.shields.io/badge/GitHub-Source%20Code-grey?style=for-the-badge&logo=GitHub&logoColor=white&labelColor=grey)](https://github.com/zeroxoneafour/polonium)

[![wayland: supported](https://img.shields.io/badge/Wayland-Ready-blue?logo=kde)](https://community.kde.org/KWin/Wayland)
[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](https://makeapullrequest.com)
[![ko-fi](https://img.shields.io/badge/-Support%20me%20on%20Ko--Fi-orange?logo=kofi&logoColor=white)](https://ko-fi.com/zeroxoneafour)
Expand Down

0 comments on commit 7c6af80

Please sign in to comment.