Skip to content
This repository was archived by the owner on Jun 25, 2020. It is now read-only.

Use Pretzel and Github Pages for Pretzels own doc's. #350

@biohazard999

Description

@biohazard999

It would be cool if we could use GithubPages and pretzel it self to build the documentation.
This way it would be possible to contribute to documentation and help without the need of githubs wiki system.

Proposed solutions:

  1. Single Repo approach
  • Configure GithubPages with the master branch and docs folder
  • Add a pretzel site to the project under _docs (or something similar) and output the site to docs.
  • Add a build step that the pretzel site will be built
    The only disadvantage of this is, if we change the documentation, we need to build the site with pretzel and checkin the content's of docs folder by hand (or create an automated commit on the current branch on Appveyor, but I don't know if this is possible?)
  1. Multiple Repo approach
    Use a seperate repository like explained by Devon Burriss
    But working with submodules is so painful...

This will address #141

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions