Skip to content

Commit

Permalink
Documentation: Rename folder 'docs' to 'Documentation'
Browse files Browse the repository at this point in the history
  • Loading branch information
kennethmyhra committed Oct 28, 2023
1 parent 9f22c39 commit 5858599
Show file tree
Hide file tree
Showing 17 changed files with 11 additions and 11 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ HL7 WGM Connectathons.
There are two ways to get started with Spark. Either by using the NuGet packages and following the Quickstart Tutorial, or by using the Docker Images.

#### NuGet Packages
Read the [Quickstart Tutorial](docs/Quickstart.md) on how to set up your own FHIR Server using the NuGet Packages. There is also an example project that accompanies the Quickstart Tutorial which you can find here: https://github.com/incendilabs/spark-example
Read the [Quickstart Tutorial](Documentation/Quickstart.md) on how to set up your own FHIR Server using the NuGet Packages. There is also an example project that accompanies the Quickstart Tutorial which you can find here: https://github.com/incendilabs/spark-example

#### Docker Images
Set up the Spark FHIR server by using the Docker Images. Make sure you have installed [Docker](https://docs.docker.com/install/). On Linux you will need to install [Docker Compose](https://docs.docker.com/compose/install/) as well. After installing Docker you could run Spark server by running one of the following commands, found below, for your preferred FHIR Version. Remember to replace the single quotes with double quotes on Windows. The Spark FHIR Server will be available after startup at `http://localhost:5555`.
Expand Down
20 changes: 10 additions & 10 deletions Spark.sln
Original file line number Diff line number Diff line change
Expand Up @@ -61,17 +61,17 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "integration-tests", "integr
tests\integration-tests\readme.md = tests\integration-tests\readme.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "docs", "docs", "{C6DB166C-ACF5-4AEF-A99A-C201CCD91736}"
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Documentation", "Documentation", "{C6DB166C-ACF5-4AEF-A99A-C201CCD91736}"
ProjectSection(SolutionItems) = preProject
docs\Architecture.md = docs\Architecture.md
docs\Contribute.md = docs\Contribute.md
docs\index.md = docs\index.md
docs\Performance.md = docs\Performance.md
docs\Quickstart.md = docs\Quickstart.md
docs\InstallingSpark.md = docs\InstallingSpark.md
docs\RunningSparkInDocker.md = docs\RunningSparkInDocker.md
docs\UsingSpark.md = docs\UsingSpark.md
docs\MigrateFromv1Tov2.md = docs\MigrateFromv1Tov2.md
Documentation\Architecture.md = Documentation\Architecture.md
Documentation\Contribute.md = Documentation\Contribute.md
Documentation\index.md = Documentation\index.md
Documentation\Performance.md = Documentation\Performance.md
Documentation\Quickstart.md = Documentation\Quickstart.md
Documentation\InstallingSpark.md = Documentation\InstallingSpark.md
Documentation\RunningSparkInDocker.md = Documentation\RunningSparkInDocker.md
Documentation\UsingSpark.md = Documentation\UsingSpark.md
Documentation\MigrateFromv1Tov2.md = Documentation\MigrateFromv1Tov2.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "scripts", "scripts", "{977F2FE5-C232-4F93-AA0A-73DB85A20879}"
Expand Down

0 comments on commit 5858599

Please sign in to comment.