From 1d23c1506ae73f6eb841b840b880d5a924522ec1 Mon Sep 17 00:00:00 2001 From: Stypox Date: Sun, 28 Aug 2022 14:50:59 +0200 Subject: [PATCH] Deployed 3929a28 with MkDocs version: 1.3.1 --- 00_Prepare_everything/index.html | 160 +++++++---------- 01_Concept_of_the_extractor/index.html | 160 +++++++---------- 02_Concept_of_LinkHandler/index.html | 160 +++++++---------- 03_Implement_a_service/index.html | 160 +++++++---------- 04_Run_changes_in_App/index.html | 160 +++++++---------- 05_Mock_tests/index.html | 160 +++++++---------- 06_releasing/index.html | 160 +++++++---------- 07_release_instructions/index.html | 160 +++++++---------- 08_documentation/index.html | 160 +++++++---------- 09_maintainers_view/index.html | 161 +++++++---------- 404.html | 168 ++++++++---------- .../fonts/Roboto-Slab-Bold.woff | Bin .../fonts/Roboto-Slab-Bold.woff2 | Bin .../fonts/Roboto-Slab-Regular.woff | Bin .../fonts/Roboto-Slab-Regular.woff2 | Bin {fonts => css/fonts}/fontawesome-webfont.eot | Bin {fonts => css/fonts}/fontawesome-webfont.svg | 0 {fonts => css/fonts}/fontawesome-webfont.ttf | Bin {fonts => css/fonts}/fontawesome-webfont.woff | Bin .../fonts}/fontawesome-webfont.woff2 | Bin .../fonts/lato-bold-italic.woff | Bin .../fonts/lato-bold-italic.woff2 | Bin {fonts/Lato => css/fonts}/lato-bold.woff | Bin {fonts/Lato => css/fonts}/lato-bold.woff2 | Bin .../fonts/lato-normal-italic.woff | Bin .../fonts/lato-normal-italic.woff2 | Bin .../fonts/lato-normal.woff | Bin .../fonts/lato-normal.woff2 | Bin css/theme.css | 13 +- css/theme_extra.css | 30 ++-- fonts/Lato/lato-bold.eot | Bin 256056 -> 0 bytes fonts/Lato/lato-bold.ttf | Bin 600856 -> 0 bytes fonts/Lato/lato-bolditalic.eot | Bin 266158 -> 0 bytes fonts/Lato/lato-bolditalic.ttf | Bin 622572 -> 0 bytes fonts/Lato/lato-italic.eot | Bin 268604 -> 0 bytes fonts/Lato/lato-italic.ttf | Bin 639388 -> 0 bytes fonts/Lato/lato-regular.eot | Bin 253461 -> 0 bytes fonts/Lato/lato-regular.ttf | Bin 607720 -> 0 bytes fonts/RobotoSlab/roboto-slab-v7-bold.eot | Bin 79520 -> 0 bytes fonts/RobotoSlab/roboto-slab-v7-bold.ttf | Bin 170616 -> 0 bytes fonts/RobotoSlab/roboto-slab-v7-regular.eot | Bin 78331 -> 0 bytes fonts/RobotoSlab/roboto-slab-v7-regular.ttf | Bin 169064 -> 0 bytes fonts/RobotoSlab/roboto-slab.eot | Bin 78331 -> 0 bytes index.html | 161 +++++++---------- js/html5shiv.min.js | 4 + js/jquery-2.1.1.min.js | 4 - js/jquery-3.6.0.min.js | 2 + js/modernizr-2.8.3.min.js | 1 - js/theme.js | 5 +- search.html | 148 +++++++-------- search/main.js | 9 +- sitemap.xml.gz | Bin 203 -> 203 bytes 52 files changed, 927 insertions(+), 1219 deletions(-) rename fonts/RobotoSlab/roboto-slab-v7-bold.woff => css/fonts/Roboto-Slab-Bold.woff (100%) rename fonts/RobotoSlab/roboto-slab-v7-bold.woff2 => css/fonts/Roboto-Slab-Bold.woff2 (100%) rename fonts/RobotoSlab/roboto-slab-v7-regular.woff => css/fonts/Roboto-Slab-Regular.woff (100%) rename fonts/RobotoSlab/roboto-slab-v7-regular.woff2 => css/fonts/Roboto-Slab-Regular.woff2 (100%) rename {fonts => css/fonts}/fontawesome-webfont.eot (100%) rename {fonts => css/fonts}/fontawesome-webfont.svg (100%) rename {fonts => css/fonts}/fontawesome-webfont.ttf (100%) rename {fonts => css/fonts}/fontawesome-webfont.woff (100%) rename {fonts => css/fonts}/fontawesome-webfont.woff2 (100%) rename fonts/Lato/lato-bolditalic.woff => css/fonts/lato-bold-italic.woff (100%) rename fonts/Lato/lato-bolditalic.woff2 => css/fonts/lato-bold-italic.woff2 (100%) rename {fonts/Lato => css/fonts}/lato-bold.woff (100%) rename {fonts/Lato => css/fonts}/lato-bold.woff2 (100%) rename fonts/Lato/lato-italic.woff => css/fonts/lato-normal-italic.woff (100%) rename fonts/Lato/lato-italic.woff2 => css/fonts/lato-normal-italic.woff2 (100%) rename fonts/Lato/lato-regular.woff => css/fonts/lato-normal.woff (100%) rename fonts/Lato/lato-regular.woff2 => css/fonts/lato-normal.woff2 (100%) delete mode 100644 fonts/Lato/lato-bold.eot delete mode 100644 fonts/Lato/lato-bold.ttf delete mode 100644 fonts/Lato/lato-bolditalic.eot delete mode 100644 fonts/Lato/lato-bolditalic.ttf delete mode 100644 fonts/Lato/lato-italic.eot delete mode 100644 fonts/Lato/lato-italic.ttf delete mode 100644 fonts/Lato/lato-regular.eot delete mode 100644 fonts/Lato/lato-regular.ttf delete mode 100644 fonts/RobotoSlab/roboto-slab-v7-bold.eot delete mode 100644 fonts/RobotoSlab/roboto-slab-v7-bold.ttf delete mode 100644 fonts/RobotoSlab/roboto-slab-v7-regular.eot delete mode 100644 fonts/RobotoSlab/roboto-slab-v7-regular.ttf delete mode 100644 fonts/RobotoSlab/roboto-slab.eot create mode 100644 js/html5shiv.min.js delete mode 100644 js/jquery-2.1.1.min.js create mode 100644 js/jquery-3.6.0.min.js delete mode 100644 js/modernizr-2.8.3.min.js diff --git a/00_Prepare_everything/index.html b/00_Prepare_everything/index.html index ca94161..8c832da 100644 --- a/00_Prepare_everything/index.html +++ b/00_Prepare_everything/index.html @@ -1,15 +1,11 @@ - - + - - - - - - - - Before You Start - NewPipe Development Documentation + + + + + Before You Start - NewPipe Development Documentation @@ -36,26 +32,24 @@
- -
- - -