aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authoremmett1 <emmett1.2miligrams@protonmail.com>2024-12-23 00:46:12 +0800
committeremmett1 <emmett1.2miligrams@protonmail.com>2024-12-23 00:46:12 +0800
commitc9513121ec51482c18fe46353f99f1c30d77077e (patch)
tree0770197f650d043f47cef2f5e7f46f73eb365989 /docs
parentd45068ee692b214348a7e2c23be2192d78717a5e (diff)
downloadalicelinux-c9513121ec51482c18fe46353f99f1c30d77077e.tar.gz
alicelinux-c9513121ec51482c18fe46353f99f1c30d77077e.zip
updated
Diffstat (limited to 'docs')
-rw-r--r--docs/abuild.html72
-rw-r--r--docs/abuild.md5
-rw-r--r--docs/index.html1
-rw-r--r--docs/index.md1
4 files changed, 0 insertions, 79 deletions
diff --git a/docs/abuild.html b/docs/abuild.html
deleted file mode 100644
index 73dade60..00000000
--- a/docs/abuild.html
+++ /dev/null
@@ -1,72 +0,0 @@
-<!DOCTYPE html>
-<html lang="en">
-<head>
- <meta charset="UTF-8">
- <meta name="viewport" content="width=device-width, initial-scale=1.0">
- <title>Alice Linux - docs</title>
- <style>
- body {
- font-family: monospace;
- font-size: 14px;
- line-height: 1.25;
- max-width: 60em;
- margin-left: auto;
- margin-right: auto;
- padding-left: 1em;
- padding-right: 1em;
- background-color: #383838;
- color: #fefefe;
- }
- pre {
- background-color: #221e1f;
- border-radius: 3px;
- padding: 10px;
- overflow-x: auto;
- }
- code {
- color: #f7f3d6;
- }
- img {
- display: block;
- max-width: 100%;
- }
- hr {
- border: 0;
- border-top: 1px dashed #fefefe;
- margin: 20px 0;
- }
- table {
- width: 100%;
- border-collapse: collapse;
- }
- th, td {
- padding: 4px;
- }
- th {
- background-color: #221e1f;
- }
- table, th, td {
- border: 1px dashed #e7e8eb;
- }
- a {
- color: #90cbf9;
- text-decoration: none
- }
- a:hover {
- color: #869edc;
- text-decoration: underline
- }
- </style>
-</head>
-<body>
-<div class="centered-wrapper">
- <h1>docs</h1>
- <a href="/">home</a> / <a href="/docs">docs</a> / <a href="https://codeberg.org/emmett1/alicelinux">development</a> / <a href="https://codeberg.org/emmett1/alicelinux/releases">download</a> / <a href="https://sourceforge.net/projects/alice-linux/files/iso/">iso</a> / <a href="/community.html">community</a> / <a href="/donate.html">donate</a>
- <hr>
-<h1>Writing abuild</h1>
-<p>Writing and abuild for Alice is simple, minimal required variable is <code>name</code>, <code>version</code>, <code>release</code> and <code>url</code></p>
- <br><hr>
- <p>Copyright (C) Alice Linux, 2024</p>
-</div>
-</body>
-</html>
diff --git a/docs/abuild.md b/docs/abuild.md
deleted file mode 100644
index 7ef58585..00000000
--- a/docs/abuild.md
+++ /dev/null
@@ -1,5 +0,0 @@
-Writing abuild
-==============
-
-Writing and abuild for Alice is simple, minimal required variable is `name`, `version`, `release` and `url`
-
diff --git a/docs/index.html b/docs/index.html
index 79bc9f5d..2375fa44 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -66,7 +66,6 @@
<p>Here lie the documentations for Alice Linux.</p>
<ul>
-<li><a href="./abuild.html">Writing abuild</a></li>
<li><a href="./install.html">Install Alice</a></li>
<li><a href="./packagemanager.html">Package Manager</a></li>
</ul>
diff --git a/docs/index.md b/docs/index.md
index 93cfe0cf..e59f219f 100644
--- a/docs/index.md
+++ b/docs/index.md
@@ -1,4 +1,3 @@
Here lie the documentations for Alice Linux.
-- [Writing abuild](./abuild.html)
- [Install Alice](./install.html)
- [Package Manager](./packagemanager.html)