Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
@lenadoc
Binary file removed create2.pdf
Binary file not shown.
Binary file removed create3.pdf
Binary file not shown.
Binary file removed create4.pdf
Binary file not shown.
12 changes: 11 additions & 1 deletion docs/how-to-build.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,14 @@ pandoc docs/usage/create-project.md -o create3.pdf --pdf-engine=xelatex --extrac

pandoc docs/usage/create-project.md -o create4.pdf --extract-media=

Plugins for PDF export: https://github.com/zhaoterryy/mkdocs-pdf-export-plugin
Plugins for PDF export: https://github.com/zhaoterryy/mkdocs-pdf-export-plugin. Installation:
- pdf-export:
combined: true

1. Install WeasyPrint:
1. Install the latest executable from this page: https://github.com/Kozea/WeasyPrint/releases
2. Install MSYS2:
1. Install [MSYS2](https://www.msys2.org/#installation) keeping the default options.
2. After installation, in MSYS2’s shell, execute `pacman -S mingw-w64-x86_64-pango`.
3. Close MSYS2’s shell.
3. Follow the installation procedure described [here](https://github.com/zhaoterryy/mkdocs-pdf-export-plugin?tab=readme-ov-file#installation).
4 changes: 2 additions & 2 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ Description of feature 2.

| Feature | Description | Status |
|---------|------------|---------|
| Project Management | Create and manage projects | \checkmark Available |
| Process Automation | Automate repetitive tasks | \checkmark Available |
| Project Management | Create and manage projects | Available |
| Process Automation | Automate repetitive tasks | Available |
| Testing Framework | Comprehensive testing tools | 🚧 Beta

For a detailed overview of all features, see the [SoftwareProject overview](overview.md).
Expand Down
6 changes: 3 additions & 3 deletions docs/usage/index.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
# How to Use the Software
# How to use the software

This section provides detailed guides for using our software platform:

1. [Create a Project](create-project.md): Learn how to set up your first project
2. [Create a Process](create-process.md): Automate your workflows
3. [Test the Project](test-project.md): Ensure quality and reliability

## Getting Started
## Getting started

Review the following checklist before proceeding:

- [x] Complete installation
- [ ] Configure environment
- [ ] Create first project

---
---
3 changes: 2 additions & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,8 @@ nav:
- Create a Process: usage/create-process.md
- Test a Project: usage/test-project.md
plugins:
- search
- search
# To generate pdfs add pdf-export: plugin with combined: true option

markdown_extensions:
- tables
Expand Down
Binary file removed output.pdf
Binary file not shown.
Loading