Project goal: Using alternative tooling (Antora or Hugo) to build the Jenkins static site and provide documentation per Jenkins version
Skills to study/improve: Web development, AsciiDoc, Static website tooling, Proof of concept, Documentation
Jenkins.io is generated as a static website using Awestruct from AsciiDoc sources, YAML data files, and HAML templates stored in GitHub. One of the drawbacks of the current build method is that the technical documentation is not product version bound. It is thus not possible to view the documentation for a given Jenkins version. Only the latest can be viewed. This can lead to unnecessary confusion and is a worse experience than many other docuementation sites like the git site, FreeBSD, and others..
The preferred tool to replace Awestruct is Antora.
The potential GSoC project would be to build a working site generator to demonstrate the existing site. Once the existing site is generated with Antora, the site should be extended to add version specific documentation.
Documentation quick start steps include:
Build the current documentation site locally
Become familiar with the current site, including:
Page types and how they are generated
Changelogs
Roadmap
User handbook
Developer handbook
Artwork
Security advisories
Version specific content in tutorials (like "Improve a plugin")
Page content sources
Asciidoc
HAML / Ruby
Web components
Build process
Makefile
Docker containers
Syntax and spelling checks
Fix several "good first issues"
Explore Antora
Review version specific documentation techniques (some of them are Antora sites)
Python (sphinx is the generator)
Web development
AsciiDoc
Static website tooling
HAML templates
YAML data files
Proof of concept
Documentation
The deliverables of the project(s) would be:
Iterative and incremental improvements to the site throughout the project
A fully automated (CI ready) build procedure, equivalent to the existing one, but using Antora
Demonstration that all the existing pages are rendered in an equivalent way
Suggestions of improved page design(s)
A list of all automation that are difficult/impossible to port to the new tool
Suggestions and demos of alternative ways to solve this
Demonstration of the versioned documentation automated tooling
Description of the publication process (how does one contribute to document a new or modified feature)
Basically any good-first-issue listed in the jenkins.io GitHub repo would do. These can be accessed at the GitHub repo issues tracker with the "good first issue" label.