Draft
Conversation
8e83b24 to
8f96917
Compare
8f96917 to
34298ad
Compare
34298ad to
d694701
Compare
764d3a3 to
dded9dd
Compare
dded9dd to
9aa0e52
Compare
Member
|
@jaapio what is the status of this PR; I am fearful that more incoming changes for the RST parser might influence this PR and it contains a lot of changes |
Member
Author
|
Please don't care about this PR, I will update it once in a while. Some changes in here are already merged, it was more like a work in progress branch to see where the problems are to start supporting multiple versions. One of the things that came out was the file handling which has been changed. The table of contents changes also found their origin in here. When I have time to pick this one up, I will have to review the changes anyway. |
434077b to
e527e8d
Compare
to be able to handle multiple api's separate this is a first step towards a more fine grained api parse pipeline. Which will allow us to create multiple documentation sets of different types.
To merge guides in our main workflow I moved the parser into a separate Parser Factory which returns the parser to execute in the parse stage based on the documentation set.
to be able to create some version and project overview we need some templates based on project and version.
ab582cb to
fb5ac6b
Compare
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR is here for reference as a POC to be discussed in the core team, feel free to ignore it