diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 0000000..dacb414 --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1 @@ +@lenadoc \ No newline at end of file diff --git a/create2.pdf b/create2.pdf deleted file mode 100644 index 13b5607..0000000 Binary files a/create2.pdf and /dev/null differ diff --git a/create3.pdf b/create3.pdf deleted file mode 100644 index aab108d..0000000 Binary files a/create3.pdf and /dev/null differ diff --git a/create4.pdf b/create4.pdf deleted file mode 100644 index 60c6b03..0000000 Binary files a/create4.pdf and /dev/null differ diff --git a/docs/how-to-build.md b/docs/how-to-build.md index 9e49e8e..0a8a76d 100644 --- a/docs/how-to-build.md +++ b/docs/how-to-build.md @@ -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). diff --git a/docs/index.md b/docs/index.md index ca5853f..2ef6fe9 100644 --- a/docs/index.md +++ b/docs/index.md @@ -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). diff --git a/docs/usage/index.md b/docs/usage/index.md index 8ed70f7..5074595 100644 --- a/docs/usage/index.md +++ b/docs/usage/index.md @@ -1,4 +1,4 @@ -# How to Use the Software +# How to use the software This section provides detailed guides for using our software platform: @@ -6,7 +6,7 @@ This section provides detailed guides for using our software platform: 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: @@ -14,4 +14,4 @@ Review the following checklist before proceeding: - [ ] Configure environment - [ ] Create first project ---- \ No newline at end of file +--- diff --git a/mkdocs.yml b/mkdocs.yml index 57c80c6..98633c4 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -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 diff --git a/output.pdf b/output.pdf deleted file mode 100644 index 06565e5..0000000 Binary files a/output.pdf and /dev/null differ