Git Product home page Git Product logo

freeipa.github.io's Introduction

FreeIPA website Sources

The documentation is written in reStructuredText format and can be build with Sphinx documentation generator. Alternatively, MyST, a Markdown flavor, can be used as well.

Install Python dependencies

It is recommended to install Python dependencies in virtual environment.

$ python3 -m venv .venv
$ source .venv/bin/activate
(.venv) $ pip3 install -r requirements.txt

When finished working inside the virtual environment you can step out of it:

(.venv) $ deactivate

Build it

To build the project you need to be in the virtual environment.

(.venv) $ make html

Some changes may require a full project rebuild as documents are usually linked to each other:

(.venv) $ make clean && make html

View it

$ firefox _build/html/index.html

You do not need to be in virtual environment to see the build result.

Add new content

  1. Create a new page in reStructuredText or Markdown formats and include it somewhere in src folder.
  2. Every new page needs to be part of a page table of content (ToC) tree. To add a page to the ToC tree, either include it in toctree directive in an existing document or add it to the top level navigation at the end of the [index] document.
  3. Build the documentation with make html and navigate to your page to check that everything is displayed as intended.
  4. Open a Pull Request against this repository with your change.

freeipa.github.io's People

Contributors

abbra avatar alexey-tikhonov avatar antoniotorresm avatar dav-pascual avatar f-trivino avatar flo-renaud avatar jeffclay avatar koanbill avatar luanvso avatar tjaalton avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar

freeipa.github.io's Issues

Almost all codeblocks are broken

After migrating to a new theme (it looks like) a while ago, most code blocks have been broken.

All the broken examples are from the page on Certmonger, however more pages are broken as well.

Examples of how it looks:
image
image
image

Example of how its supposed to look:
image

Add "Last updated" timestamps to all documents

IPA designs and all documents on https://www.freeipa.org/ should have a "created" field and "updated" field for major updates to a document. Right now it's impossible to say if a design or howto is recent or outdated information from 10 years ago. Bonus points if the design includes a list of IPA versions.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.