Skip to content

dyna-dot/generator-docs

 
 

Repository files navigation

WebPlatform Docs static site generator

In progress, refer to the Progress report

This repository serves as a static-site generator for docs.webplatform.org, anything related generating HTML.

No content should be stored in this repo, but only what it takes to generate the docs pages. The content itself is pulled in this workspace as git submodule so we can compile the static HTML files.

To get the docs pages, refer to the following git repositories.

Directory Submodule Note
src/ webplatform/docs The main docs pages
src/Meta/ webplatform/docs-meta Archived content that needed to be moved during mass imports. We kept them there to cherry-pick and merge into the main content section. Was accessible under the URL docs.webplatform.org/wiki/Meta:...
src/WPD/ webplatform/docs-wpd Community and notes section. Was accessible under the URL docs.webplatform.org/wiki/WPD:...

Progress report

End goal is to have a (almost) fully functional site without using any backend technology.

Any page you can see on docs.webplatform.org should be visible on the new version.

Staging version

To test out the latest run, use the following static web server.

http://67.205.62.59/

Expected steps

What’s left to do prior to use this project to replace WebPlatform Docs MediaWiki instance.

Roughly all issues described in webplatform/mediawiki-conversion.

How was it done?

To learn how the conversion was done, take a look at the MediaWiki conversion project utility and the content converter library.

About

Static site generator for WebPlatform Docs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 54.0%
  • HTML 38.7%
  • Makefile 7.3%