Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 0 additions & 30 deletions .github/workflows/ci.yml

This file was deleted.

20 changes: 4 additions & 16 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,31 +3,19 @@ name: Deploy to GitHub Pages
on:
push:
branches: [main]
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:

env:
CARGO_TERM_COLOR: always

jobs:
build:
deploy:
runs-on: ubuntu-24.04

steps:
- uses: actions/checkout@v2

- name: Setup mdBook
uses: peaceiris/actions-mdbook@v2
with:
mdbook-version: "0.5.2"

- name: Build
run: mdbook build
- uses: actions/checkout@v4

- name: Deploy
uses: peaceiris/actions-gh-pages@v3
if: ${{ github.ref == 'refs/heads/main' }}
if: ${{ github.ref == 'refs/heads/main' || github.event_name == 'workflow_dispatch' }}
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./book
publish_dir: .
cname: docs.geoengine.io
4 changes: 0 additions & 4 deletions .gitignore

This file was deleted.

20 changes: 5 additions & 15 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,7 @@
# Geo Engine Docs
# Geo Engine Docs Redirect

This repository is a central place for the Geo Engine user documentation available at https://docs.geoengine.io.
This repository is deprecated and only exists to redirect
https://docs.geoengine.io to https://www.geoengine.io/docs.

## Develop locally

```sh
cargo install mdbook

mdbook serve
```

## Publish

You can create a pull request.
It is tested within our CI.
Once it is merged, changes are automatically deployed.
The Geo Engine documentation now lives in the monorepo:
https://github.com/geo-engine/geoengine/tree/main/www
14 changes: 0 additions & 14 deletions book.toml

This file was deleted.

16 changes: 16 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Geo Engine Docs Moved</title>
<meta http-equiv="refresh" content="0; url=https://www.geoengine.io/docs" />
<link rel="canonical" href="https://www.geoengine.io/docs" />
</head>
<body>
<p>
The documentation has moved to
<a href="https://www.geoengine.io/docs">https://www.geoengine.io/docs</a>.
</p>
</body>
</html>
69 changes: 0 additions & 69 deletions src/SUMMARY.md

This file was deleted.

3 changes: 0 additions & 3 deletions src/api/intro.md

This file was deleted.

51 changes: 0 additions & 51 deletions src/api/workflows.md

This file was deleted.

114 changes: 0 additions & 114 deletions src/datatypes/colorizer.md

This file was deleted.

3 changes: 0 additions & 3 deletions src/datatypes/intro.md

This file was deleted.

Loading
Loading