Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update docs / website #168

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft
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
3 changes: 0 additions & 3 deletions .github/workflows/website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,6 @@ jobs:
restore-keys: |
licenses-

- run: pip install mkdocs
- run: mkdocs build --site-dir ../website/static/doc/ -f docs/mkdocs.yml

- name: Build with Hugo
env:
# For maximum backward compatibility with Hugo modules
Expand Down
5 changes: 0 additions & 5 deletions docs/.gitignore

This file was deleted.

38 changes: 0 additions & 38 deletions docs/mkdocs.yml

This file was deleted.

29 changes: 3 additions & 26 deletions docs/docs/index.md → website/content/docs.md
Original file line number Diff line number Diff line change
@@ -1,37 +1,14 @@
---
#template: home.html
title: Transitous
social:
cards_layout_options:
title: Free and Open Public Transport Routing
title: Docs
theme_version: '2.8.2'
layout: single
---

<!--
SPDX-FileCopyrightText: None
SPDX-License-Identifier: CC0-1.0
-->

# Transitous

Free and open public transport routing.

## Goal

A community-run provider-neutral international public transport routing service.

Using openly available GTFS/GTFS-RT/etc. feeds and FOSS routing engine we want to operate a
routing service that:

* focuses on the interest of the user rather than the public transport operators
* is free to use
* values user privacy
* does not stop at borders
* aims at crowd-sourced maintenance of data feeds in the spirit of FOSS

## Contact

* Matrix channel: [#opentransport:matrix.org](https://matrix.to/#/#opentransport:matrix.org) (for now)

## Adding a region

Transitous data sources are divided by region, so they can be continuously tested and verified by locals.
Expand Down