From 830cb82965fdccdba4d9fdf27815f4bf7c2e6860 Mon Sep 17 00:00:00 2001 From: dannyrb Date: Sat, 7 Dec 2019 00:12:08 -0500 Subject: [PATCH] docs: shift files around to match summary structure --- README.md | 4 +-- docs/latest/README.md | 4 +-- docs/latest/SUMMARY.md | 20 +++++++------ docs/latest/architecture/index.md | 2 +- .../configuration.md | 28 +++++-------------- .../data-source.md | 10 +++---- docs/latest/deployment/index.md | 12 ++++---- .../recipes/build-for-production.md | 7 +++-- .../continous-integration.md | 0 .../index.md => development/contributing.md} | 2 +- .../{ => development}/getting-started.md | 0 .../{contributing => development}/testing.md | 0 docs/latest/{ => faq}/browser-support.md | 0 .../index.md} | 8 +++--- .../pwa-vs-packaged.md} | 2 +- docs/latest/{ => faq}/scope-of-project.md | 0 docs/latest/our-process.md | 2 +- .../{hotkeys/index.md => viewer/hotkeys.md} | 0 platform/i18n/README.md | 2 +- platform/ui/src/__docs__/translating.mdx | 8 +++--- platform/viewer/README.md | 2 +- 21 files changed, 51 insertions(+), 62 deletions(-) rename docs/latest/{essentials => configuring}/configuration.md (71%) rename docs/latest/{essentials => configuring}/data-source.md (95%) rename docs/latest/{ => development}/continous-integration.md (100%) rename docs/latest/{contributing/index.md => development/contributing.md} (98%) rename docs/latest/{ => development}/getting-started.md (100%) rename docs/latest/{contributing => development}/testing.md (100%) rename docs/latest/{ => faq}/browser-support.md (100%) rename docs/latest/{frequently-asked-questions.md => faq/index.md} (92%) rename docs/latest/{essentials/installation.md => faq/pwa-vs-packaged.md} (99%) rename docs/latest/{ => faq}/scope-of-project.md (100%) rename docs/latest/{hotkeys/index.md => viewer/hotkeys.md} (100%) diff --git a/README.md b/README.md index de91e462b..e98971bcd 100644 --- a/README.md +++ b/README.md @@ -84,7 +84,7 @@ We offer support through For commercial support, academic collaberations, and answers to common questions; please read our -[documented FAQ](https://docs.ohif.org/frequently-asked-questions.html#does-ohif-offer-commercial-support). +[documented FAQ](https://docs.ohif.org/faq/index.html#does-ohif-offer-commercial-support). ## Quick Start Deployment @@ -302,7 +302,7 @@ MIT © [OHIF](https://github.com/OHIF) [react-url]: https://reactjs.org/ [pwa-url]: https://developers.google.com/web/progressive-web-apps/ [ohif-viewer-url]: https://www.npmjs.com/package/@ohif/viewer -[configuration-url]: https://docs.ohif.org/essentials/configuration.html +[configuration-url]: https://docs.ohif.org/configuring/ [extensions-url]: https://docs.ohif.org/extensions/ [platform-core]: platform/core/README.md diff --git a/docs/latest/README.md b/docs/latest/README.md index 4f9a8892b..296b83c41 100644 --- a/docs/latest/README.md +++ b/docs/latest/README.md @@ -38,9 +38,9 @@ our integration and extension points. Check out these helpful links: - Ready to dive into some code? Check out our - [Getting Started Guide](./getting-started.md). + [Getting Started Guide](./development/getting-started.md). - We're an active, vibrant community. - [Learn how you can be more involved.](./contributing/index.md) + [Learn how you can be more involved.](./development/contributing.md) - Feeling lost? Read our [help page](./help.md). [react-viewer]: https://github.com/OHIF/Viewers/tree/react