WIP: Project builder improvements - #2837
Draft
jaapio wants to merge 22 commits into
Draft
Conversation
jaapio
force-pushed
the
project-builder-improvements
branch
4 times, most recently
from
March 7, 2021 11:25
8e83b24 to
8f96917
Compare
jaapio
force-pushed
the
project-builder-improvements
branch
from
March 7, 2021 19:47
8f96917 to
34298ad
Compare
jaapio
force-pushed
the
project-builder-improvements
branch
from
March 23, 2021 21:35
34298ad to
d694701
Compare
jaapio
force-pushed
the
project-builder-improvements
branch
4 times, most recently
from
April 3, 2021 09:42
764d3a3 to
dded9dd
Compare
jaapio
force-pushed
the
project-builder-improvements
branch
from
August 19, 2021 09:36
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. |
jaapio
force-pushed
the
project-builder-improvements
branch
from
November 30, 2021 21:44
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.
jaapio
force-pushed
the
project-builder-improvements
branch
from
April 20, 2022 18:01
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