Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: Add docs into the repo #836

Draft
wants to merge 6 commits into
base: master
Choose a base branch
from

Commits on May 21, 2023

  1. editorconfig: Use tabs for HTML again

    This was changed in simplepie#745
    but without any rationale. The only HTML file is in tests and that should not be manually edited at all.
    jtojnar committed May 21, 2023
    Configuration menu
    Copy the full SHA
    a26ac22 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2023

  1. editorconfig: Fix indentation for markdown

    There are only two markdown files and both use 2 spaces.
    jtojnar committed May 22, 2023
    Configuration menu
    Copy the full SHA
    0b91a51 View commit details
    Browse the repository at this point in the history
  2. docs: Prepare directory tree

    Ran the following within `nix-shell -I 'nixpkgs=channel:nixos-unstable' -p zola`
    to create the website tree:
    
        zola init docs
    
    Filled in the website URL and disabled everything for now.
    
    Then created templates based on the successive commits.
    jtojnar committed May 22, 2023
    Configuration menu
    Copy the full SHA
    ab40706 View commit details
    Browse the repository at this point in the history
  3. docs: Add website content

    Wiki was omitted because it was too big and too outdated.
    jtojnar committed May 22, 2023
    Configuration menu
    Copy the full SHA
    ff56b1b View commit details
    Browse the repository at this point in the history
  4. docs: Add API toolchain

    jtojnar committed May 22, 2023
    Configuration menu
    Copy the full SHA
    35dd12b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    61af84c View commit details
    Browse the repository at this point in the history