-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Add book.toml to hold settings for book - Restructure docs folder for mdBook - Remove `help` section from Makefile - Update references to docs location - Add github action to publish docs to gh pages
- Loading branch information
Showing
84 changed files
with
77 additions
and
31 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
name: Documentation | ||
|
||
on: | ||
push: | ||
branches: | ||
- main | ||
pull_request: | ||
|
||
jobs: | ||
deploy: | ||
runs-on: ubuntu-20.04 | ||
concurrency: | ||
group: ${{ github.workflow }}-${{ github.ref }} | ||
steps: | ||
- uses: actions/checkout@v2 | ||
|
||
- name: Setup mdBook | ||
uses: peaceiris/actions-mdbook@v1 | ||
with: | ||
mdbook-version: 'latest' | ||
|
||
- run: cd docs && mdbook build | ||
|
||
- name: Deploy | ||
uses: peaceiris/actions-gh-pages@v3 | ||
if: ${{ github.ref == 'refs/heads/main' }} | ||
with: | ||
github_token: ${{ secrets.GITHUB_TOKEN }} | ||
publish_dir: ./docs/book |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,8 +5,8 @@ | |
*~ | ||
\#*\# | ||
|
||
#compiled help files | ||
help/* | ||
#compiled docs | ||
docs/book | ||
|
||
#release tarballs | ||
phpreport*.tar.gz | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
[book] | ||
authors = ["Igalia"] | ||
language = "en" | ||
multilingual = false | ||
title = "PhpReport Documentation" | ||
description = "Time tracking and project management" | ||
src = "docs" | ||
|
||
[output.html] | ||
theme = "theme" | ||
git-repository-icon = "fa-git" | ||
git-repository-url = "https://github.com/Igalia/phpreport" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
# PhpReport Introduction | ||
|
||
> ⚠️ Please note that we are in the process of rewriting PhpReport. We are trying to keep up with updating the documentation, but there may be some pages that remain in flux during the rewrite. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
# Summary | ||
|
||
[Introduction](README.md) | ||
|
||
- [Developer Documentation](./developer/index.md) | ||
- [Setting up a development environment](./developer/devel-setup.md) | ||
- [Overview](./developer/overview.md) | ||
- [Data model](./developer/data-model.md) | ||
- [Data access layer](./developer/data-access-layer.md) | ||
- [API](./developer/api.md) | ||
- [User interface](./developer/user-web-interface.md) | ||
- [Business logic layer and plugin system](./developer/business-logic-layer.md) | ||
- [Web service layer](./developer/web-service-layer.md) | ||
- [User Documentation](./user/index.md) | ||
- [Overview](./user/overview.md) | ||
- [Tasks Management](./user/tasks.md) | ||
- [Reports](./user/reports.md) | ||
- [Projects Management](./user/projects-management.md) | ||
- [User Management](./user/users-management.md) | ||
- [Client Management](./user/clients-management.md) | ||
- [Cities and work calendars](./user/cities-calendars-management.md) | ||
- [Management of Other Entities](./user/other-management.md) | ||
- [Application settings](./user/settings-management.md) | ||
- [Administrator Documentation](./admin/index.md) | ||
- [Installation instructions](./admin/installation.md) | ||
- [Installing in Docker](./admin/docker.md) | ||
- [Upgrade instruction](./admin/upgrade.md) | ||
- [How to set up LDAP authentication](./admin/ldap.md) | ||
- [Common Problems](./admin/common-problems.md) |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.