diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index d2c17f750..9553a3e15 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -1,8 +1,10 @@ name: Build docs on: + # Specify to run a workflow manually from the Actions tab on GitHub. workflow_dispatch: +# Gives the workflow permissions to clone the repo and create a page deployment permissions: id-token: write pages: write @@ -20,15 +22,31 @@ env: jobs: build-job: runs-on: ubuntu-latest + container: registry.jetbrains.team/p/writerside/builder/writerside-builder:2.1.1485-p3896 + outputs: + artifact: ${{ steps.generate-artifact.outputs.artifact }} steps: - name: Checkout repository uses: actions/checkout@v3 - - name: Build Writerside docs using Docker - uses: ./.github/writerside-build - - name: Upload artifact + - name: Prepare for build + run: | + apt-get update + apt-get install -y zip + mkdir -p artifacts + - name: Build docs and include sitemap.xml + run: | + export DISPLAY=:99 + Xvfb :99 & + /opt/builder/bin/idea.sh helpbuilderinspect -source-dir . -product $PRODUCT --runner github -output-dir artifacts/ || true + test -e artifacts/$ARTIFACT && echo $ARTIFACT exists + cp docs/StardustDocs/sitemap.xml artifacts/sitemap.xml + cd artifacts + zip -r $ARTIFACT sitemap.xml + working-directory: ${{ github.workspace }} + - name: Upload modified documentation artifact uses: actions/upload-artifact@v3 with: - name: artifact + name: help path: artifacts/${{ env.ARTIFACT }} retention-days: 7 - name: Upload algolia-indexes @@ -42,13 +60,14 @@ jobs: environment: name: github-pages url: ${{ steps.deployment.outputs.page_url }} + # Requires the build-job results needs: build-job runs-on: ubuntu-latest steps: - name: Download artifact uses: actions/download-artifact@v3 with: - name: artifact + name: help - name: Unzip artifact uses: montudor/action-zip@v1 with: diff --git a/.github/writerside-build/Dockerfile b/.github/writerside-build/Dockerfile deleted file mode 100644 index d48e3f09b..000000000 --- a/.github/writerside-build/Dockerfile +++ /dev/null @@ -1,10 +0,0 @@ -# Container image that runs your code -FROM registry.jetbrains.team/p/writerside/builder/writerside-builder:2.1.1256-p3333 - -# Copies your code file from your action repository to the filesystem path `/` of the container -COPY entrypoint.sh /entrypoint.sh - -RUN chmod +x /entrypoint.sh - -# Code file to execute when the docker container starts up (`entrypoint.sh`) -ENTRYPOINT ["/entrypoint.sh"] diff --git a/.github/writerside-build/action.yml b/.github/writerside-build/action.yml deleted file mode 100644 index 80367d1b1..000000000 --- a/.github/writerside-build/action.yml +++ /dev/null @@ -1,6 +0,0 @@ -name: Build Writerside docs using Docker -description: Build Writerside documentation artifacts - -runs: - using: 'docker' - image: 'Dockerfile' diff --git a/.github/writerside-build/entrypoint.sh b/.github/writerside-build/entrypoint.sh deleted file mode 100644 index 33eb48a7f..000000000 --- a/.github/writerside-build/entrypoint.sh +++ /dev/null @@ -1,6 +0,0 @@ -#!/bin/bash - -set -e -/opt/builder/bin/idea.sh helpbuilderinspect -source-dir . -product $PRODUCT --runner github -output-dir artifacts/ || true -echo "Test existing of $ARTIFACT artifact" -test -e artifacts/$ARTIFACT diff --git a/docs/StardustDocs/sitemap.xml b/docs/StardustDocs/sitemap.xml new file mode 100644 index 000000000..95bde29c8 --- /dev/null +++ b/docs/StardustDocs/sitemap.xml @@ -0,0 +1,717 @@ + + + + + + + https://kotlin.github.io/dataframe/ + 2023-06-26T12:33:14+00:00 + 1.00 + + + https://kotlin.github.io/dataframe/overview.html + 2023-06-26T12:33:14+00:00 + 0.80 + + + https://kotlin.github.io/dataframe/operations.html + 2023-06-26T12:33:14+00:00 + 0.64 + + + https://kotlin.github.io/dataframe/hierarchical.html + 2023-06-26T12:33:14+00:00 + 0.64 + + + https://kotlin.github.io/dataframe/collectionsinterop.html + 2023-06-26T12:33:14+00:00 + 0.64 + + + https://kotlin.github.io/dataframe/extensionpropertiesapi.html + 2023-06-26T12:33:14+00:00 + 0.64 + + + https://kotlin.github.io/dataframe/dataframe.html + 2023-06-26T12:33:14+00:00 + 0.64 + + + https://kotlin.github.io/dataframe/schemas.html + 2023-06-26T12:33:14+00:00 + 0.64 + + + https://kotlin.github.io/dataframe/gettingstartedgradleadvanced.html + 2023-06-26T12:33:14+00:00 + 0.64 + + + https://kotlin.github.io/dataframe/apilevels.html + 2023-06-26T12:33:14+00:00 + 0.64 + + + https://kotlin.github.io/dataframe/filter.html + 2023-06-26T12:33:14+00:00 + 0.51 + + + https://kotlin.github.io/dataframe/select.html + 2023-06-26T12:33:14+00:00 + 0.51 + + + https://kotlin.github.io/dataframe/columnselectors.html + 2023-06-26T12:33:14+00:00 + 0.51 + + + https://kotlin.github.io/dataframe/move.html + 2023-06-26T12:33:14+00:00 + 0.51 + + + https://kotlin.github.io/dataframe/group.html + 2023-06-26T12:33:14+00:00 + 0.51 + + + https://kotlin.github.io/dataframe/split.html + 2023-06-26T12:33:14+00:00 + 0.51 + + + https://kotlin.github.io/dataframe/merge.html + 2023-06-26T12:33:14+00:00 + 0.51 + + + https://kotlin.github.io/dataframe/gather.html + 2023-06-26T12:33:14+00:00 + 0.51 + + + https://kotlin.github.io/dataframe/groupby.html + 2023-06-26T12:33:14+00:00 + 0.51 + + + https://kotlin.github.io/dataframe/rename.html + 2023-06-26T12:33:14+00:00 + 0.51 + + + https://kotlin.github.io/dataframe/datarow.html + 2023-06-26T12:33:14+00:00 + 0.51 + + + https://kotlin.github.io/dataframe/update.html + 2023-06-26T12:33:14+00:00 + 0.51 + + + https://kotlin.github.io/dataframe/convert.html + 2023-06-26T12:33:14+00:00 + 0.51 + + + https://kotlin.github.io/dataframe/replace.html + 2023-06-26T12:33:14+00:00 + 0.51 + + + https://kotlin.github.io/dataframe/pivot.html + 2023-06-26T12:33:14+00:00 + 0.51 + + + https://kotlin.github.io/dataframe/summarystatistics.html + 2023-06-26T12:33:14+00:00 + 0.51 + + + https://kotlin.github.io/dataframe/add.html + 2023-06-26T12:33:14+00:00 + 0.51 + + + https://kotlin.github.io/dataframe/append.html + 2023-06-26T12:33:14+00:00 + 0.51 + + + https://kotlin.github.io/dataframe/columns.html + 2023-06-26T12:33:14+00:00 + 0.51 + + + https://kotlin.github.io/dataframe/columnnames.html + 2023-06-26T12:33:14+00:00 + 0.51 + + + https://kotlin.github.io/dataframe/columntypes.html + 2023-06-26T12:33:14+00:00 + 0.51 + + + https://kotlin.github.io/dataframe/columnscount.html + 2023-06-26T12:33:14+00:00 + 0.51 + + + https://kotlin.github.io/dataframe/concat.html + 2023-06-26T12:33:14+00:00 + 0.51 + + + https://kotlin.github.io/dataframe/corr.html + 2023-06-26T12:33:14+00:00 + 0.51 + + + https://kotlin.github.io/dataframe/count.html + 2023-06-26T12:33:14+00:00 + 0.51 + + + https://kotlin.github.io/dataframe/countdistinct.html + 2023-06-26T12:33:14+00:00 + 0.51 + + + https://kotlin.github.io/dataframe/cumsum.html + 2023-06-26T12:33:14+00:00 + 0.51 + + + https://kotlin.github.io/dataframe/describe.html + 2023-06-26T12:33:14+00:00 + 0.51 + + + https://kotlin.github.io/dataframe/distinct.html + 2023-06-26T12:33:14+00:00 + 0.51 + + + https://kotlin.github.io/dataframe/drop.html + 2023-06-26T12:33:14+00:00 + 0.51 + + + https://kotlin.github.io/dataframe/slicerows.html + 2023-06-26T12:33:14+00:00 + 0.51 + + + https://kotlin.github.io/dataframe/duplicate.html + 2023-06-26T12:33:14+00:00 + 0.51 + + + https://kotlin.github.io/dataframe/explode.html + 2023-06-26T12:33:14+00:00 + 0.51 + + + https://kotlin.github.io/dataframe/fill.html + 2023-06-26T12:33:14+00:00 + 0.51 + + + https://kotlin.github.io/dataframe/first.html + 2023-06-26T12:33:14+00:00 + 0.51 + + + https://kotlin.github.io/dataframe/flatten.html + 2023-06-26T12:33:14+00:00 + 0.51 + + + https://kotlin.github.io/dataframe/iterate.html + 2023-06-26T12:33:14+00:00 + 0.51 + + + https://kotlin.github.io/dataframe/format.html + 2023-06-26T12:33:14+00:00 + 0.51 + + + https://kotlin.github.io/dataframe/getcolumn.html + 2023-06-26T12:33:14+00:00 + 0.51 + + + https://kotlin.github.io/dataframe/datacolumn.html + 2023-06-26T12:33:14+00:00 + 0.51 + + + https://kotlin.github.io/dataframe/head.html + 2023-06-26T12:33:14+00:00 + 0.51 + + + https://kotlin.github.io/dataframe/implode.html + 2023-06-26T12:33:14+00:00 + 0.51 + + + https://kotlin.github.io/dataframe/infertype.html + 2023-06-26T12:33:14+00:00 + 0.51 + + + https://kotlin.github.io/dataframe/insert.html + 2023-06-26T12:33:14+00:00 + 0.51 + + + https://kotlin.github.io/dataframe/join.html + 2023-06-26T12:33:14+00:00 + 0.51 + + + https://kotlin.github.io/dataframe/last.html + 2023-06-26T12:33:14+00:00 + 0.51 + + + https://kotlin.github.io/dataframe/map.html + 2023-06-26T12:33:14+00:00 + 0.51 + + + https://kotlin.github.io/dataframe/minmax.html + 2023-06-26T12:33:14+00:00 + 0.51 + + + https://kotlin.github.io/dataframe/mean.html + 2023-06-26T12:33:14+00:00 + 0.51 + + + https://kotlin.github.io/dataframe/median.html + 2023-06-26T12:33:14+00:00 + 0.51 + + + https://kotlin.github.io/dataframe/parse.html + 2023-06-26T12:33:14+00:00 + 0.51 + + + https://kotlin.github.io/dataframe/remove.html + 2023-06-26T12:33:14+00:00 + 0.51 + + + https://kotlin.github.io/dataframe/reorder.html + 2023-06-26T12:33:14+00:00 + 0.51 + + + https://kotlin.github.io/dataframe/reverse.html + 2023-06-26T12:33:14+00:00 + 0.51 + + + https://kotlin.github.io/dataframe/rows.html + 2023-06-26T12:33:14+00:00 + 0.51 + + + https://kotlin.github.io/dataframe/rowscount.html + 2023-06-26T12:33:14+00:00 + 0.51 + + + https://kotlin.github.io/dataframe/schema.html + 2023-06-26T12:33:14+00:00 + 0.51 + + + https://kotlin.github.io/dataframe/shuffle.html + 2023-06-26T12:33:14+00:00 + 0.51 + + + https://kotlin.github.io/dataframe/single.html + 2023-06-26T12:33:14+00:00 + 0.51 + + + https://kotlin.github.io/dataframe/sortby.html + 2023-06-26T12:33:14+00:00 + 0.51 + + + https://kotlin.github.io/dataframe/std.html + 2023-06-26T12:33:14+00:00 + 0.51 + + + https://kotlin.github.io/dataframe/sum.html + 2023-06-26T12:33:14+00:00 + 0.51 + + + https://kotlin.github.io/dataframe/tolist.html + 2023-06-26T12:33:14+00:00 + 0.51 + + + https://kotlin.github.io/dataframe/tomap.html + 2023-06-26T12:33:14+00:00 + 0.51 + + + https://kotlin.github.io/dataframe/unfold.html + 2023-06-26T12:33:14+00:00 + 0.51 + + + https://kotlin.github.io/dataframe/ungroup.html + 2023-06-26T12:33:14+00:00 + 0.51 + + + https://kotlin.github.io/dataframe/values.html + 2023-06-26T12:33:14+00:00 + 0.51 + + + https://kotlin.github.io/dataframe/valuecounts.html + 2023-06-26T12:33:14+00:00 + 0.51 + + + https://kotlin.github.io/dataframe/xs.html + 2023-06-26T12:33:14+00:00 + 0.51 + + + https://kotlin.github.io/dataframe/nanandna.html + 2023-06-26T12:33:14+00:00 + 0.51 + + + https://kotlin.github.io/dataframe/create.html + 2023-06-26T12:33:14+00:00 + 0.51 + + + https://kotlin.github.io/dataframe/read.html + 2023-06-26T12:33:14+00:00 + 0.51 + + + https://kotlin.github.io/dataframe/createdataframe.html + 2023-06-26T12:33:14+00:00 + 0.51 + + + https://kotlin.github.io/dataframe/modify.html + 2023-06-26T12:33:14+00:00 + 0.51 + + + https://kotlin.github.io/dataframe/schemasgradle.html + 2023-06-26T12:33:14+00:00 + 0.51 + + + https://kotlin.github.io/dataframe/gettingstartedjupyternotebook.html + 2023-06-26T12:33:14+00:00 + 0.51 + + + https://kotlin.github.io/dataframe/kpropertiesapi.html + 2023-06-26T12:33:14+00:00 + 0.51 + + + https://kotlin.github.io/dataframe/info.html + 2023-06-26T12:33:14+00:00 + 0.51 + + + https://kotlin.github.io/dataframe/access.html + 2023-06-26T12:33:14+00:00 + 0.51 + + + https://kotlin.github.io/dataframe/multipledataframes.html + 2023-06-26T12:33:14+00:00 + 0.51 + + + https://kotlin.github.io/dataframe/types.html + 2023-06-26T12:33:14+00:00 + 0.51 + + + https://kotlin.github.io/dataframe/schemasjupyter.html + 2023-06-26T12:33:14+00:00 + 0.51 + + + https://kotlin.github.io/dataframe/schemasinheritance.html + 2023-06-26T12:33:14+00:00 + 0.51 + + + https://kotlin.github.io/dataframe/schemascustom.html + 2023-06-26T12:33:14+00:00 + 0.51 + + + https://kotlin.github.io/dataframe/schemasexternaljupyter.html + 2023-06-26T12:33:14+00:00 + 0.51 + + + https://kotlin.github.io/dataframe/schemasimportopenapigradle.html + 2023-06-26T12:33:14+00:00 + 0.51 + + + https://kotlin.github.io/dataframe/schemasimportopenapijupyter.html + 2023-06-26T12:33:14+00:00 + 0.51 + + + https://kotlin.github.io/dataframe/gettingstarteddatalore.html + 2023-06-26T12:33:14+00:00 + 0.51 + + + https://kotlin.github.io/dataframe/stringapi.html + 2023-06-26T12:33:14+00:00 + 0.51 + + + https://kotlin.github.io/dataframe/columnaccessorsapi.html + 2023-06-26T12:33:14+00:00 + 0.51 + + + https://kotlin.github.io/dataframe/filterrows.html + 2023-06-26T12:33:14+00:00 + 0.41 + + + https://kotlin.github.io/dataframe/indexing.html + 2023-06-26T12:33:14+00:00 + 0.41 + + + https://kotlin.github.io/dataframe/datetimecolumns.html + 2023-06-26T12:33:14+00:00 + 0.41 + + + https://kotlin.github.io/dataframe/moverename.html + 2023-06-26T12:33:14+00:00 + 0.41 + + + https://kotlin.github.io/dataframe/groupungroupflatten.html + 2023-06-26T12:33:14+00:00 + 0.41 + + + https://kotlin.github.io/dataframe/splitmerge.html + 2023-06-26T12:33:14+00:00 + 0.41 + + + https://kotlin.github.io/dataframe/addremove.html + 2023-06-26T12:33:14+00:00 + 0.41 + + + https://kotlin.github.io/dataframe/appendduplicate.html + 2023-06-26T12:33:14+00:00 + 0.41 + + + https://kotlin.github.io/dataframe/groupbyconcat.html + 2023-06-26T12:33:14+00:00 + 0.41 + + + https://kotlin.github.io/dataframe/updateconvert.html + 2023-06-26T12:33:14+00:00 + 0.41 + + + https://kotlin.github.io/dataframe/explodeimplode.html + 2023-06-26T12:33:14+00:00 + 0.41 + + + https://kotlin.github.io/dataframe/pivotgather.html + 2023-06-26T12:33:14+00:00 + 0.41 + + + https://kotlin.github.io/dataframe/convertto.html + 2023-06-26T12:33:14+00:00 + 0.41 + + + https://kotlin.github.io/dataframe/getcolumns.html + 2023-06-26T12:33:14+00:00 + 0.41 + + + https://kotlin.github.io/dataframe/statisticalrelationship.html + 2023-06-26T12:33:14+00:00 + 0.41 + + + https://kotlin.github.io/dataframe/rowstats.html + 2023-06-26T12:33:14+00:00 + 0.41 + + + https://kotlin.github.io/dataframe/cumulativestatistics.html + 2023-06-26T12:33:14+00:00 + 0.41 + + + https://kotlin.github.io/dataframe/reorderrows.html + 2023-06-26T12:33:14+00:00 + 0.41 + + + https://kotlin.github.io/dataframe/adjustschema.html + 2023-06-26T12:33:14+00:00 + 0.41 + + + https://kotlin.github.io/dataframe/insertreplace.html + 2023-06-26T12:33:14+00:00 + 0.41 + + + https://kotlin.github.io/dataframe/getrow.html + 2023-06-26T12:33:14+00:00 + 0.41 + + + https://kotlin.github.io/dataframe/tohtml.html + 2023-06-26T12:33:14+00:00 + 0.41 + + + https://kotlin.github.io/dataframe/jupyterrendering.html + 2023-06-26T12:33:14+00:00 + 0.41 + + + https://kotlin.github.io/dataframe/getvalues.html + 2023-06-26T12:33:14+00:00 + 0.41 + + + https://kotlin.github.io/dataframe/createcolumn.html + 2023-06-26T12:33:14+00:00 + 0.41 + + + https://kotlin.github.io/dataframe/concatdf.html + 2023-06-26T12:33:14+00:00 + 0.41 + + + https://kotlin.github.io/dataframe/columnoperations.html + 2023-06-26T12:33:14+00:00 + 0.41 + + + https://kotlin.github.io/dataframe/minby.html + 2023-06-26T12:33:14+00:00 + 0.41 + + + https://kotlin.github.io/dataframe/rendering.html + 2023-06-26T12:33:14+00:00 + 0.41 + + + https://kotlin.github.io/dataframe/io.html + 2023-06-26T12:33:14+00:00 + 0.41 + + + https://kotlin.github.io/dataframe/write.html + 2023-06-26T12:33:14+00:00 + 0.41 + + + https://kotlin.github.io/dataframe/gradlereference.html + 2023-06-26T12:33:14+00:00 + 0.41 + + + https://kotlin.github.io/dataframe/gettingstartedgradle.html + 2023-06-26T12:33:14+00:00 + 0.41 + + + https://kotlin.github.io/dataframe/adddf.html + 2023-06-26T12:33:14+00:00 + 0.41 + + + https://kotlin.github.io/dataframe/cast.html + 2023-06-26T12:33:14+00:00 + 0.41 + + + https://kotlin.github.io/dataframe/stringcolumns.html + 2023-06-26T12:33:14+00:00 + 0.33 + + + https://kotlin.github.io/dataframe/maxby.html + 2023-06-26T12:33:14+00:00 + 0.33 + + + https://kotlin.github.io/dataframe/columnarithmetics.html + 2023-06-26T12:33:14+00:00 + 0.33 + + + https://kotlin.github.io/dataframe/gettingstarted.html + 2023-06-26T12:33:14+00:00 + 0.33 + + + https://kotlin.github.io/dataframe/specialcolumntypes.html + 2023-06-26T12:33:14+00:00 + 0.26 + + + https://kotlin.github.io/dataframe/columnstatistics.html + 2023-06-26T12:33:14+00:00 + 0.26 + + + + \ No newline at end of file