- Markdown instead of the HTML
- Direct feedback of the generated documentation
- Easy to contribute and simple usage
- Versioned documentation
- Handle the migration simple
- Use a simple templating engine instead of ERB/ Ruby templates
- Switch the documentation engine, e.g. Docu Saurus, well maintained, open source
- Renable the search feature
- Search Engine Optimization
- Agent support
- 2024-11-30T11:04:37Z: feat: Update the used Go version
- 2024-11-29T22:19:56Z: feat: Update the Go version
- 2024-11-29T22:23:48Z: feat: Adjust the gitignore file
- 2024-11-29T22:29:42Z: docs: Update the documentation
- 2023-10-09T19:29:35Z: [Feature] Add the possiblity to specify the used PostgreSQL version
- 2023-11-28T18:08:44Z: feat: Add the possibility to specify the used PostgreSQL version
- 2024-04-14T06:31:23Z: feat: Add PostgreSQL 16 as new major and used release version
- 2024-05-26T11:56:27Z: feat: Remove PostgreSQL 11 from the release
- 2024-07-13T09:29:47Z: feat: Make the used password algorithm configurable
- 2023-11-22T09:46:01Z: [*feat: Make it possible to define the used PostgreSQL version](https://github.com/cloudfoundry/postgres-release/c
- 2022-11-21T14:26:28Z: Add the mTLS syslog drain feature to the documentation
- 2022-11-21T15:18:42Z: Update the process to start the preview mode
- 2023-05-31T11:14:35Z: Update the used ruby version
- 2023-05-31T14:11:05Z: docs: Adjust the documentation
- 2023-08-11T11:10:17Z: docs: Adjust the documentation and add the key policies note
- 2024-07-05T12:35:32Z: fix: Adjust the Ruby dev container setup
- 2024-07-05T13:49:53Z: docs: Adjust the syslog drain docs
The script is in a general forked from acme-dns-certbot-joohoi and the modified to include basic auth support for the calls.
Please execute the following pip command to install the requirements.
pip install requests
This file contains hidden or 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
| require "formula" | |
| require_relative "lib/private_strategy" | |
| class Hoge < Formula | |
| homepage "https://github.com/yourcompany/hoge" | |
| url "https://github.com/yourcompany/hoge/releases/download/v0.1.0/hoge_v0.1.0_darwin_amd64.tar.gz", :using => GitHubPrivateRepositoryReleaseDownloadStrategy | |
| sha256 "6de411ff3e4b1658a413dd6181fcXXXXXXXXXXXXXXXXXXXX" | |
| head "https://github.com/yourcompany/hoge.git" | |
| version "0.1.0" |