-
-
Notifications
You must be signed in to change notification settings - Fork 685
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Proposal] Automatically generate GH page #895
Comments
Absolutely I want this too! Although my main contribution as an ASVS leader is to hassle people in comments like this, I do believe we have existing automation to do document generation already - and to add a new theme for HTML generation for GitHub pages shouldn’t be that difficult.
…--
Jim Manico
@manicode
On Jan 15, 2021, at 6:14 AM, Josh ***@***.***> wrote:
While GitHub automatically renders the PDF stored in the repo under the corresponding version directory. It would be nice to have a linked GitHub page that automatically loads and renders from the available markdown.
This would decrease the friction of trying to find/read/reference a specific section without downloading files or scrolling forever through a pdf in a subdirectory.
The simplest option might just be to have a static HTML file that uses docsify to dynamically load all the markdown.
Or if indexability and speed are worth the additional complexity, a github action could be set up to statically generate the page with its content.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
Suggestion for library: https://rust-lang.github.io/mdBook/ |
I like this idea but it is a non-trivial change. I am open to suggestions and PoCs on how to achieve this. |
Can we leverage http://help.leanpub.com/en/articles/4868811-getting-started-using-leanpub-s-git-and-github-writing-mode-to-write-a-book-tl-dr-version who OWASP have used to publish hard copies in the past? Also https://www.gitbook.com/ may be an alternative if GitHub Pages or LeanPub is unsuitable? |
As we had the need for an online browsable and linkable ASVS 4.0.3, we created one over at cornucopia.dotnetlab.eu/taxonomy/ASVS-4.0.3. Also related to my question at duplicate thread #1624 Online browsable ASVS. |
Interesting thanks for letting us know |
Just for the information, it is not an "official page" nor part of the GitHub action, but I have one output at https://asvs.dev/ |
While GitHub automatically renders the PDF stored in the repo under the corresponding version directory. It would be nice to have a linked GitHub page that automatically loads and renders from the available markdown.
This would decrease the friction of trying to find/read/reference a specific section without downloading files or scrolling forever through a pdf in a subdirectory.
Though I suppose if this were to be done, it would be preferable to render it to page for the OWASP site like is done for the WSTG.
The simplest option might just be to have a static HTML file that uses docsify to dynamically load all the markdown.
Or if indexability and speed are worth the additional complexity, a github action could be set up to statically generate the page with its content.
The text was updated successfully, but these errors were encountered: