From b082f22143ff0354999b758e6250123a789796bd Mon Sep 17 00:00:00 2001 From: Chris Date: Wed, 11 Aug 2021 20:36:37 -0400 Subject: [PATCH] Add "Extractor" to variable `site_name` The docs in this repo focus on the extractor, they don't explain the entirety of the newpipe codebase. This should be made clear everywhere it isn't, starting with the site name, so prospective contributors coming for an explanation of the architecture of the newpipe app's repo don't waste their time. --- mkdocs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mkdocs.yml b/mkdocs.yml index 2505eab..f7d900d 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -1,4 +1,4 @@ -site_name: NewPipe Documentation +site_name: NewPipeExtractor Documentation theme: name: readthedocs custom_dir: theme