Skip to content
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

Multi DOC versions for Typescript SDK #103

Open
elribonazo opened this issue Jun 9, 2024 · 1 comment
Open

Multi DOC versions for Typescript SDK #103

elribonazo opened this issue Jun 9, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@elribonazo
Copy link
Contributor

Multi doc portal

The main goal of this ticket, discussion to talk about the different approaches that we have to get multiple versions of the typescript SDK deployed each time the SDK goes out.

We need some bash scripting at least:

Knowing the tag that we are going to release, generate the documentation in the typescript repository and commit the files, then Call the Specific action in docs portal to deploy to production. This ci task starts a branch from main, pulls the TS changes, creates a Pull request + asks for Review.

There's several approaches, who will initiate the commits, the TS repository, the cloud agent?
Things to keep in mind:
Docs repo should store all versions
TS Repo should store latest
Docs repo will be in charge of programmatically creating or changing the sidebar.
During the PR, the devs can still make changes or adjustments because the CI task will just facilitate but not commit or merge anything for us.

@elribonazo elribonazo added the enhancement New feature or request label Jun 9, 2024
@elribonazo
Copy link
Contributor Author

@amagyar-iohk @todorkoleviohk Let me know what u think :)

I think we could get that done pretty fast!!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant