c789731 docs: Convert docs.fp.o/websites/ to publish from this repository

Authored and Committed by jflory7 2 years ago
27 files changed. 1010 lines added. 1095 lines removed.
.gitignore
file modified
+4 -0
README.md
file modified
+3 -2
build.shdocs/build.sh
file renamed
+18 -13
docs/LICENSE
file removed
-360
docs/LICENSE.txt
file added
+428
docs/antora.yml
file modified
+3 -1
docs/modules/ROOT/nav.adoc
file modified
+1 -5
docs/modules/ROOT/pages/index.adoc
file modified
+96 -49
docs/modules/ROOT/pages/old--websites-release.adoc
file added
+314
docs/modules/ROOT/pages/translation-flow.adoc
file modified
+4 -4
docs/modules/ROOT/partials/attributes.adoc
file added
+12
docs/modules/dev/nav.adoc
file added
+3
docs/modules/dev/pages/index.adoc
file added
+7
docs/modules/dev/pages/setup-containers.adocdocs/modules/ROOT/pages/setup-docker.adoc
file renamed
+18 -26
docs/modules/dev/pages/setup.adocdocs/modules/ROOT/pages/setup.adoc
file renamed
+32 -38
docs/modules/runbook/nav.adoc
file added
+5
docs/modules/runbook/pages/index.adoc
file added
+16
docs/modules/runbook/pages/meetings.adoc
file added
+35
docs/modules/runbook/pages/newcontent-edition.adocdocs/modules/ROOT/pages/newcontent-edition.adoc
file renamed
+3 -2
docs/modules/runbook/pages/newcontent-site.adocdocs/modules/ROOT/pages/newcontent-site.adoc
file renamed
+3 -2
docs/modules/runbook/pages/newcontent.adocdocs/modules/ROOT/pages/newcontent.adoc
file renamed
+3 -2
nginx.confdocs/nginx.conf
file renamed
+0 -0
old_docs/Makefile
file removed
-177
old_docs/source/index.rst
file removed
-59
old_docs/source/websites_release.rst
file removed
-354
preview.shdocs/preview.sh
file renamed
+0 -0
site.ymldocs/site.yml
file renamed
+2 -1
    docs: Convert docs.fp.o/websites/ to publish from this repository
    
    Several changes are condensed into this commit. It takes the base W&A
    team documentation site, converts into a friendly format for this
    repository, and modernizes all the existing content there. For
    posterity's sake, the squashed commit log is below:
    
    Signed-off-by: Justin W. Flory (he/him) [Fedora Project] <jwf@fedoraproject.org>
    
    ---
    
    * gitignore: Add Antora build caches and output directories
    * build.sh: Update from pagure.io/fedora-docs/template
    * antora: Move build scripts to root directory
    * Add "& Apps" to title, set start_path to docs
    	* This tells the Antora playbook to look into the `docs/` directory
    	  for the content to serve.
    * modules: Split instructional content into new "runbook" module
    	* This will be part of a growing compilation of docs and information
    	  about how the Websites & Apps team is run and how we organize
    	  ourselves.
    * runbook: Create an index page and describe role/function of runbook
    * Rewrite index page
    	* This is a near-complete restructure of the index page for the W&A
    	  team. This merges in relevant content and information from the
    	  Sphinx docs `index.rst` file with the current `index.adoc` used
    	  for the team.
    	* I also restructured the opening and tried to update copy with
    	  current information and approaches. Some content was removed if it
    	  was no longer made sense in our current form.
    * runbook: Create dedicated page about team meetings
    * runbook: Add page-aliases to redirect from old URL namespace
    	* Since these pages existed previously, using the `page-aliases`
    	  directive will cause them to redirect to their new location in the
    	  `runbook` module.
    * dev: Create new module from setup documentation
    	* This commit puts together a new module to gather developer
    	  content. For now, this just pulls from the content that was
    	  already published in the root module.
    * dev: Add an index page to developer docs
    * old_docs: Move remaining page from old docs into ROOT module
    * ROOT: Convert old websites_release ReST doc to AsciiDoc
    	* Not publishing it clearly, but keeping it here for future review
    	  by the team to ensure accuracy.
    * ROOT: Add translation doc page to module navigation
    * legal: Update to CC BY-SA 4.0 :heart:
    	* This follows the somewhat-recent decision by Fedora to update its
    	  Creative Common licensing from 3.0 Unported to 4.0.
    * README: Add docs.fp.o/websites/ as a site hosted from this repo
    
        
file modified
+4 -0
file modified
+3 -2
build.sh docs/build.sh
file renamed
+18 -13
file removed
-360
file added
+428
file modified
+3 -1
file modified
+1 -5
docs/modules/dev/pages/setup-containers.adoc docs/modules/ROOT/pages/setup-docker.adoc
file renamed
+18 -26
docs/modules/dev/pages/setup.adoc docs/modules/ROOT/pages/setup.adoc
file renamed
+32 -38
docs/modules/runbook/pages/newcontent-edition.adoc docs/modules/ROOT/pages/newcontent-edition.adoc
file renamed
+3 -2
docs/modules/runbook/pages/newcontent-site.adoc docs/modules/ROOT/pages/newcontent-site.adoc
file renamed
+3 -2
docs/modules/runbook/pages/newcontent.adoc docs/modules/ROOT/pages/newcontent.adoc
file renamed
+3 -2
nginx.conf docs/nginx.conf
file renamed
file was renamed with no change to the file
file removed
-177
preview.sh docs/preview.sh
file renamed
file was renamed with no change to the file
site.yml docs/site.yml
file renamed
+2 -1