seamapi / docs

Welcome to the Seam Docs.
https://docs.seam.co
4 stars 10 forks source link

fix: move files to match api file structure #312

Closed mikewuu closed 3 weeks ago

mikewuu commented 3 weeks ago

closes #303

mikewuu commented 3 weeks ago

@razor-x I think I finally got it.

Is the idea to have the files match, and setup the redirects, so when they're generated, the paths will be correct?

razor-x commented 3 weeks ago

Is the idea to have the files match, and setup the redirects, so when they're generated, the paths will be correct?

Yes! We will incrementally replace the manual files with the generated files. We are setting things up so the "new" urls point to the "old" files by default. The old files will be incrementally removed as we replace them with the new ones.

mikewuu commented 3 weeks ago

Wont the links be ok because of the redirects?

razor-x commented 3 weeks ago

Yes but we don't want to leave them there indefinitely. And the summary file is special, we have to update it for book structure to work

mikewuu commented 3 weeks ago

Makes sense. Ok, going to merge this first to close out #303