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

Scripts to import documentation from fastify/fastify #6

Closed
2 tasks done
lachlancollins opened this issue Nov 27, 2021 · 2 comments
Closed
2 tasks done

Scripts to import documentation from fastify/fastify #6

lachlancollins opened this issue Nov 27, 2021 · 2 comments

Comments

@lachlancollins
Copy link
Contributor

Prerequisites

  • I have written a descriptive issue title
  • I have searched existing issues to ensure the issue has not already been raised

Issue

Following on from fastify/fastify#3492, I think we have everything we need to import documentation into this project.

For v3 (current):

  • The /docs/ folder from main branch needs to be cloned into /docs/ locally.
  • While we restructure these docs, we should use docs-reorg branch instead (but can easily switch main once it is merged).

For v2:

  • The /docs/ folder from 2.x branch needs to be cloned into /versioned_docs/version-v2/ locally.

For v1:

  • The /docs/ folder from 1.x branch needs to be cloned into /versioned_docs/version-v1/ locally.

@luisorbaiceta is this something you are able to work on? Thanks!

@luisorbaiceta
Copy link
Member

luisorbaiceta commented Nov 27, 2021

I already have most of the work done. I will need to add some more logic though as separating some of the docs to a nested path called versioned_docs and the latest version to a root level folder will add complexity. I will merge current work to #5 so we can start testing

@luisorbaiceta luisorbaiceta mentioned this issue Nov 27, 2021
3 tasks
@Eomm
Copy link
Member

Eomm commented Dec 21, 2022

Here is a fresh start for this project #32

@Eomm Eomm closed this as completed Dec 21, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants