diff --git a/_quarto.yml b/_quarto.yml index 3f3a033..50e60c5 100644 --- a/_quarto.yml +++ b/_quarto.yml @@ -15,3 +15,7 @@ format: theme: cosmo css: styles.css toc: true + +execute: + after: + - ./copy-html.sh diff --git a/docs/search.json b/docs/search.json index 4769ef8..0c0d295 100644 --- a/docs/search.json +++ b/docs/search.json @@ -6,13 +6,6 @@ "section": "", "text": "Die API wurde mit dem R-Paket plumber erstellt. Plumber ermöglicht es, R-Funktionen als HTTP-Endpunkte bereitzustellen. Das Paket wandelt R-Funktionen automatisch in eine REST API um, indem spezielle Kommentare verwendet werden, die den Endpunkt und die HTTP-Methode definieren. Die API kann dann lokal oder auf einem Server gehostet werden.\nCode" }, - { - "objectID": "explorer.html", - "href": "explorer.html", - "title": "About", - "section": "", - "text": "Select Dataset and Format\nSelect Dataset: mtcars cars \n\nData Preview\n\n\n\n\nSelect Format: json csv excel parquet \n\nDownload Data" - }, { "objectID": "index.html#api-in-r", "href": "index.html#api-in-r", @@ -26,5 +19,12 @@ "title": "Data Explorer API and Shiny App", "section": "Data Explorer", "text": "Data Explorer\nEs gibt verschiedene Möglichkeiten, um einen Data Explorer zu erstellen. Wir untersuchen drei verschiedene Ansätze:\n\nStandard Webtechnologien (z.B. Vue.js)\nDas ist eine non-R-Lösung, die auf einem beliebigen Webserver gehostet werden kann. Trotzdem relativ einfach zu implementieren:\nLive: Demo\nCode: GitHub\n\nVorteile\n\nStandard Webtechnologien\n\n\n\nNachteile\n\nJavaScript- und HTML-Kenntnisse werden benötigt, R ist nicht ausreichend\n\n\n\n\nR Shiny\nShiny ist ein offensichtlicher Kandidat.\nLive: Demo\nCode: GitHub\n\nVorteile\n\nKann in R geschrieben werden\n\n\n\nNachteile\n\nBenötigt Connect und Shiny Server\n\n\n\n\nR + Quarto\nLive: Demo\nCode: GitHub\n\nVorteile\n\nKann in R geschrieben werden\nGestaltungsmöglichkeiten von Quarto\n\n\n\nNachteile\n\nKeine" + }, + { + "objectID": "explorer.html", + "href": "explorer.html", + "title": "About", + "section": "", + "text": "Select Dataset and Format\nSelect Dataset: mtcars cars \n\nData Preview\n\n\n\n\nSelect Format: json csv excel parquet \n\nDownload Data" } ] \ No newline at end of file