@@ -69,7 +83,6 @@
color: var(--grey-four);
}
-
h2 {
font-size: 1rem;
color: var(--grey-three);
@@ -84,10 +97,9 @@
float: bottom;
}
-
button {
background-color: transparent;
- border:none;
+ border: none;
border: 1px solid var(--grey-six);
color: var(--grey-four);
padding: 0.5rem 1.25rem;
diff --git a/testing-docs/README.md b/testing-docs/README.md
deleted file mode 100644
index bee79c0..0000000
--- a/testing-docs/README.md
+++ /dev/null
@@ -1,16 +0,0 @@
-# Prerequisites
-##### docs/prerequisites
-
-
-
-#### Requirements
-
-- ADB
-- x86/x86\_64 host architecture
-- Zulu JDK 17
-- Latest Android SDK if you plan to build the integrations from the source
-- The APK file you want to patch (e.g. YouTube v17.36.37 or YouTube Music v5.23.50). If you want to mount patched applications as root, make sure the same version is installed on your device.
-
-
-
-You can continue by either [building everything from source](https://github.com/revanced/revanced-documentation/wiki/Building-from-source) or [downloading the prebuilt packages](https://github.com/revanced/revanced-documentation/wiki/Downloading-prebuilt-packages).
diff --git a/testing-docs/adoc-format.adoc b/testing-docs/adoc-format.adoc
deleted file mode 100644
index 0fdfcce..0000000
--- a/testing-docs/adoc-format.adoc
+++ /dev/null
@@ -1,10 +0,0 @@
-= AsciiDoc Example
-
-= Another title
-
-*Bold text*
-
-== Section 1
-
-* Item 1
-* Item 2
diff --git a/testing-docs/deeply/README.md b/testing-docs/deeply/README.md
deleted file mode 100644
index 1251a54..0000000
--- a/testing-docs/deeply/README.md
+++ /dev/null
@@ -1,4 +0,0 @@
-# Nesting sample
-
-# First one
-Text
diff --git a/testing-docs/deeply/another-page.md b/testing-docs/deeply/another-page.md
deleted file mode 100644
index 5ec36a1..0000000
--- a/testing-docs/deeply/another-page.md
+++ /dev/null
@@ -1,4 +0,0 @@
-# Another Page
-
-# Hello
-Content!
diff --git a/testing-docs/deeply/nested/README.md b/testing-docs/deeply/nested/README.md
deleted file mode 100644
index 547e6e4..0000000
--- a/testing-docs/deeply/nested/README.md
+++ /dev/null
@@ -1,4 +0,0 @@
-# Nesting sample
-
-# Second one
-Text
diff --git a/testing-docs/deeply/nested/content/README.md b/testing-docs/deeply/nested/content/README.md
deleted file mode 100644
index e8511a1..0000000
--- a/testing-docs/deeply/nested/content/README.md
+++ /dev/null
@@ -1,4 +0,0 @@
-# Nesting sample
-
-# Third one
-Text
diff --git a/testing-docs/markdown-format.md b/testing-docs/markdown-format.md
deleted file mode 100644
index 1244a86..0000000
--- a/testing-docs/markdown-format.md
+++ /dev/null
@@ -1,4 +0,0 @@
-# Markdown Example
-Text
-
-**Bold text**
diff --git a/testing-docs/writing-docs.md b/testing-docs/writing-docs.md
deleted file mode 100644
index ae1446d..0000000
--- a/testing-docs/writing-docs.md
+++ /dev/null
@@ -1,9 +0,0 @@
-# Writing documentation
-
-You can write documentation with markdown or asciidoc.
-
-## Title
-The first line must be the `h1` equivalent of the markup language.
-For markdown, this would be `# ` and `= ` for asciidoc.
-
-**The title part may or may not go through the markup processor depending on the language.** It is instead added by the website itself.