Skip to content

Commit

Permalink
Correct wrong links and page scroll in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
nagix committed Oct 7, 2021
1 parent 3623162 commit fc0bb8c
Show file tree
Hide file tree
Showing 26 changed files with 146 additions and 67 deletions.
6 changes: 3 additions & 3 deletions DEVELOPER_GUIDE-en.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Mini Tokyo 3D Developer Guide

日本語版は[こちら](DEVELOPER_GUIDE-ja.md)でご覧いただけます。
日本語版は[こちら](https://minitokyo3d.com/docs/master/ja/developer-guide/)でご覧いただけます。

This document describes how developers can embed Mini Tokyo 3D into their web page and integrate it into their applications. If you want to know how to use Mini Tokyo 3D itself, see the [Mini Tokyo 3D User Guide](USER_GUIDE-en.md).
This document describes how developers can embed Mini Tokyo 3D into their web page and integrate it into their applications. If you want to know how to use Mini Tokyo 3D itself, see the [Mini Tokyo 3D User Guide](https://minitokyo3d.com/docs/master/).

## How to Integrate Mini Tokyo 3D

Expand Down Expand Up @@ -97,7 +97,7 @@ Using Mini Tokyo 3D API in JavaScript, you can customize Mini Tokyo 3D in a vari

Class/Object | Details
:--|:--
[`MiniTokyo3D`](#minitokyo3d) | **Parameters**<br>[`options`](#options-object)<br>**Instance Members**<br>[`easeTo`](#easetooptions) [`flyTo`](#flytooptions) [`getBearing`](#getbearing) [`getCenter`](#getcenter) [`getClockMode`](#getclockmode) [`getEcoMode`](#getecomode) [`getPitch`](#getpitch) [`getSelection`](#getselection) [`getTrackingMode`](#gettrackingmode) [`getViewMode`](#getviewmode) [`getZoom`](#getzoom) [`jumpTo`](#jumptooptions) [`off`](#offtype-listener) [`on`](#ontype-listener) [`once`](#oncetype-listener) [`setBearing`](#setbearingbearing) [`setCenter`](#setcentercenter) [`setClockMode`](#setclockmode) [`setEcoMode`](#setecomode) [`setPitch`](#setpitchpitch) [`setSelection`](#setselection) [`setTrackingMode`](#settrackingmode) [`setViewMode`](#setviewmode) [`setZoom`](#setzoomzoom)<br>**Events**<br>[`boxzoomcancel`](#boxzoomcancel) [`boxzoomend`](#boxzoomend) [`boxzoomstart`](#boxzoomstart) [`click`](#click) [`clockmode`](#clockmode) [`contextmenu`](#contextmenu) [`dblclick`](#dblclick) [`deselection`](#deselection) [`drag`](#drag) [`dragend`](#dragend) [`dragstart`](#dragstart) [`ecomode`](#ecomode) [`error`](#error) [`load`](#load) [`mousedown`](#mousedown) [`mousemove`](#mousemove) [`mouseout`](#mouseout) [`mouseover`](#mouseover) [`mouseup`](#mouseup) [`move`](#move) [`moveend`](#moveend) [`movestart`](#movestart) [`pitch`](#pitch) [`pitchend`](#pitchend) [`pitchstart`](#pitchstart) [`resize`](#resize) [`rotate`](#rotate) [`rotateend`](#rotateend) [`rotatestart`](#rotatestart) [`selection`](#selection) [`touchcancel`](#touchcancel) [`touchend`](#touchend) [`touchmove`](#touchmove) [`touchstart`](#touchstart) [`trackingmode`](#trackingmode) [`viewmode`](#viewmode) [`wheel`](#wheel) [`zoom`](#zoom) [`zoomend`](#zoomend) [`zoomstart`](#zoomstart)
[`MiniTokyo3D`](#minitokyo3d) | **Parameters**<br>[`options`](#options-object)<br>**Instance Members**<br>[`easeTo`](#easetooptions) [`flyTo`](#flytooptions) [`getBearing`](#getbearing) [`getCenter`](#getcenter) [`getClockMode`](#getclockmode) [`getEcoMode`](#getecomode) [`getPitch`](#getpitch) [`getSelection`](#getselection) [`getTrackingMode`](#gettrackingmode) [`getViewMode`](#getviewmode) [`getZoom`](#getzoom) [`jumpTo`](#jumptooptions) [`off`](#offtype-listener) [`on`](#ontype-listener) [`once`](#oncetype-listener) [`setBearing`](#setbearingbearing) [`setCenter`](#setcentercenter) [`setClockMode`](#setclockmodemode) [`setEcoMode`](#setecomodemode) [`setPitch`](#setpitchpitch) [`setSelection`](#setselectionid) [`setTrackingMode`](#settrackingmodemode) [`setViewMode`](#setviewmodemode) [`setZoom`](#setzoomzoom)<br>**Events**<br>[`boxzoomcancel`](#boxzoomcancel) [`boxzoomend`](#boxzoomend) [`boxzoomstart`](#boxzoomstart) [`click`](#click) [`clockmode`](#clockmode) [`contextmenu`](#contextmenu) [`dblclick`](#dblclick) [`deselection`](#deselection) [`drag`](#drag) [`dragend`](#dragend) [`dragstart`](#dragstart) [`ecomode`](#ecomode) [`error`](#error) [`load`](#load) [`mousedown`](#mousedown) [`mousemove`](#mousemove) [`mouseout`](#mouseout) [`mouseover`](#mouseover) [`mouseup`](#mouseup) [`move`](#move) [`moveend`](#moveend) [`movestart`](#movestart) [`pitch`](#pitch) [`pitchend`](#pitchend) [`pitchstart`](#pitchstart) [`resize`](#resize) [`rotate`](#rotate) [`rotateend`](#rotateend) [`rotatestart`](#rotatestart) [`selection`](#selection) [`touchcancel`](#touchcancel) [`touchend`](#touchend) [`touchmove`](#touchmove) [`touchstart`](#touchstart) [`trackingmode`](#trackingmode) [`viewmode`](#viewmode) [`wheel`](#wheel) [`zoom`](#zoom) [`zoomend`](#zoomend) [`zoomstart`](#zoomstart)
[`Secrets`](#secrets) |

### MiniTokyo3D
Expand Down
6 changes: 3 additions & 3 deletions DEVELOPER_GUIDE-ja.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Mini Tokyo 3D 開発者ガイド

English version is available [here](DEVELOPER_GUIDE-en.md).
English version is available [here](https://minitokyo3d.com/docs/master/developer-guide/).

本ドキュメントは、開発者が Mini Tokyo 3D を Web ページに埋め込んだり、自分のアプリケーションに組み込んで使うための方法を説明します。Mini Tokyo 3D 自体の使い方を知りたい場合は、[Mini Tokyo 3D ユーザーガイド](USER_GUIDE-ja.md)をご覧ください。
本ドキュメントは、開発者が Mini Tokyo 3D を Web ページに埋め込んだり、自分のアプリケーションに組み込んで使うための方法を説明します。Mini Tokyo 3D 自体の使い方を知りたい場合は、[Mini Tokyo 3D ユーザーガイド](https://minitokyo3d.com/docs/master/ja/)をご覧ください。

## Mini Tokyo 3D の使用

Expand Down Expand Up @@ -97,7 +97,7 @@ JavaScript で Mini Tokyo 3D API を使うことで、様々なカスタマイ

クラス/オブジェクト | 詳細
:--|:--
[`MiniTokyo3D`](#minitokyo3d) | **パラメータ**<br>[`options`](#options-object)<br>**インスタンスメンバ**<br>[`easeTo`](#easetooptions) [`flyTo`](#flytooptions) [`getBearing`](#getbearing) [`getCenter`](#getcenter) [`getClockMode`](#getclockmode) [`getEcoMode`](#getecomode) [`getPitch`](#getpitch) [`getSelection`](#getselection) [`getTrackingMode`](#gettrackingmode) [`getViewMode`](#getviewmode) [`getZoom`](#getzoom) [`jumpTo`](#jumptooptions) [`off`](#offtype-listener) [`on`](#ontype-listener) [`once`](#oncetype-listener) [`setBearing`](#setbearingbearing) [`setCenter`](#setcentercenter) [`setClockMode`](#setclockmode) [`setEcoMode`](#setecomode) [`setPitch`](#setpitchpitch) [`setSelection`](#setselection) [`setTrackingMode`](#settrackingmode) [`setViewMode`](#setviewmode) [`setZoom`](#setzoomzoom)<br>**イベント**<br>[`boxzoomcancel`](#boxzoomcancel) [`boxzoomend`](#boxzoomend) [`boxzoomstart`](#boxzoomstart) [`click`](#click) [`clockmode`](#clockmode) [`contextmenu`](#contextmenu) [`dblclick`](#dblclick) [`deselection`](#deselection) [`drag`](#drag) [`dragend`](#dragend) [`dragstart`](#dragstart) [`ecomode`](#ecomode) [`error`](#error) [`load`](#load) [`mousedown`](#mousedown) [`mousemove`](#mousemove) [`mouseout`](#mouseout) [`mouseover`](#mouseover) [`mouseup`](#mouseup) [`move`](#move) [`moveend`](#moveend) [`movestart`](#movestart) [`pitch`](#pitch) [`pitchend`](#pitchend) [`pitchstart`](#pitchstart) [`resize`](#resize) [`rotate`](#rotate) [`rotateend`](#rotateend) [`rotatestart`](#rotatestart) [`selection`](#selection) [`touchcancel`](#touchcancel) [`touchend`](#touchend) [`touchmove`](#touchmove) [`touchstart`](#touchstart) [`trackingmode`](#trackingmode) [`viewmode`](#viewmode) [`wheel`](#wheel) [`zoom`](#zoom) [`zoomend`](#zoomend) [`zoomstart`](#zoomstart)
[`MiniTokyo3D`](#minitokyo3d) | **パラメータ**<br>[`options`](#options-object)<br>**インスタンスメンバ**<br>[`easeTo`](#easetooptions) [`flyTo`](#flytooptions) [`getBearing`](#getbearing) [`getCenter`](#getcenter) [`getClockMode`](#getclockmode) [`getEcoMode`](#getecomode) [`getPitch`](#getpitch) [`getSelection`](#getselection) [`getTrackingMode`](#gettrackingmode) [`getViewMode`](#getviewmode) [`getZoom`](#getzoom) [`jumpTo`](#jumptooptions) [`off`](#offtype-listener) [`on`](#ontype-listener) [`once`](#oncetype-listener) [`setBearing`](#setbearingbearing) [`setCenter`](#setcentercenter) [`setClockMode`](#setclockmodemode) [`setEcoMode`](#setecomodemode) [`setPitch`](#setpitchpitch) [`setSelection`](#setselectionid) [`setTrackingMode`](#settrackingmodemode) [`setViewMode`](#setviewmodemode) [`setZoom`](#setzoomzoom)<br>**イベント**<br>[`boxzoomcancel`](#boxzoomcancel) [`boxzoomend`](#boxzoomend) [`boxzoomstart`](#boxzoomstart) [`click`](#click) [`clockmode`](#clockmode) [`contextmenu`](#contextmenu) [`dblclick`](#dblclick) [`deselection`](#deselection) [`drag`](#drag) [`dragend`](#dragend) [`dragstart`](#dragstart) [`ecomode`](#ecomode) [`error`](#error) [`load`](#load) [`mousedown`](#mousedown) [`mousemove`](#mousemove) [`mouseout`](#mouseout) [`mouseover`](#mouseover) [`mouseup`](#mouseup) [`move`](#move) [`moveend`](#moveend) [`movestart`](#movestart) [`pitch`](#pitch) [`pitchend`](#pitchend) [`pitchstart`](#pitchstart) [`resize`](#resize) [`rotate`](#rotate) [`rotateend`](#rotateend) [`rotatestart`](#rotatestart) [`selection`](#selection) [`touchcancel`](#touchcancel) [`touchend`](#touchend) [`touchmove`](#touchmove) [`touchstart`](#touchstart) [`trackingmode`](#trackingmode) [`viewmode`](#viewmode) [`wheel`](#wheel) [`zoom`](#zoom) [`zoomend`](#zoomend) [`zoomstart`](#zoomstart)
[`Secrets`](#secrets) |

### MiniTokyo3D
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@ See a [Live Demo](https://minitokyo3d.com).

## User Guides

- [User Guide (English)](https://github.com/nagix/mini-tokyo-3d/blob/master/USER_GUIDE-en.md)
- [User Guide (Japanese)](https://github.com/nagix/mini-tokyo-3d/blob/master/USER_GUIDE-ja.md)
- [User Guide (English)](https://minitokyo3d.com/docs/master/)
- [User Guide (Japanese)](https://minitokyo3d.com/docs/master/ja/)

## Developer Guides

- [Developer Guide (English)](https://github.com/nagix/mini-tokyo-3d/blob/master/DEVELOPER_GUIDE-en.md)
- [Developer Guide (Japanese)](https://github.com/nagix/mini-tokyo-3d/blob/master/DEVELOPER_GUIDE-ja.md)
- [Developer Guide (English)](https://minitokyo3d.com/docs/master/developer-guide/)
- [Developer Guide (Japanese)](https://minitokyo3d.com/docs/master/ja/developer-guide/)

## Cheat Sheet

Expand Down
10 changes: 5 additions & 5 deletions USER_GUIDE-en.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Mini Tokyo 3D User Guide

日本語版は[こちら](USER_GUIDE-ja.md)でご覧いただけます。
日本語版は[こちら](https://minitokyo3d.com/docs/master/ja/)でご覧いただけます。

This document describes how to use Mini Tokyo 3D and its features. For more information for developers, see the [Mini Tokyo 3D Developer Guide](DEVELOPER_GUIDE-en.md).
This document describes how to use Mini Tokyo 3D and its features. For more information for developers, see the [Mini Tokyo 3D Developer Guide](https://minitokyo3d.com/docs/master/developer-guide/).

## Mini Tokyo 3D Overview

Expand Down Expand Up @@ -253,10 +253,10 @@ The source of the public transportation data in this application is the Open Dat

This application has been tested with the following browsers. Chrome is recommended. Internet Explorer is not supported.

- Chrome 93 (Mac OS, Windows, iOS, Android)
- FireFox 92 (Mac OS, Windows, iOS)
- Chrome 94 (Mac OS, Windows, iOS, Android)
- FireFox 93 (Mac OS, Windows, iOS)
- Safari 14 (Mac OS, iOS)
- Edge 93 (Mac OS, Windows, iOS)
- Edge 94 (Mac OS, Windows, iOS)

## Development Information

Expand Down
10 changes: 5 additions & 5 deletions USER_GUIDE-ja.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Mini Tokyo 3D ユーザーガイド

English version is available [here](USER_GUIDE-en.md).
English version is available [here](https://minitokyo3d.com/docs/master/).

本ドキュメントは、Mini Tokyo 3D の機能や操作方法について説明します。開発者向けの情報については、[Mini Tokyo 3D 開発者ガイド](DEVELOPER_GUIDE-ja.md)をご覧ください。
本ドキュメントは、Mini Tokyo 3D の機能や操作方法について説明します。開発者向けの情報については、[Mini Tokyo 3D 開発者ガイド](https://minitokyo3d.com/docs/master/ja/developer-guide/)をご覧ください。

## Mini Tokyo 3D 概要

Expand Down Expand Up @@ -253,10 +253,10 @@ Mini Tokyo 3D の特徴は次の通りです。

次のブラウザで動作を確認しています。推奨は Chrome です。Internet Explorer には非対応です。

- Chrome 93 (Mac OS, Windows, iOS, Android)
- FireFox 92 (Mac OS, Windows, iOS)
- Chrome 94 (Mac OS, Windows, iOS, Android)
- FireFox 93 (Mac OS, Windows, iOS)
- Safari 14 (Mac OS, iOS)
- Edge 93 (Mac OS, Windows, iOS)
- Edge 94 (Mac OS, Windows, iOS)

## 開発情報

Expand Down
2 changes: 1 addition & 1 deletion data/dictionary-en.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
"transfer-and-wait": "Transfer & wait for $1 min",
"cannot-find-train": "Cannot find a train that arrives that day",

"description": "<h3>About Mini Tokyo 3D</h3><p>This data visualization is provided by <a href=\"https://nagix.github.io\" target=\"_blank\">Akihiko Kusanagi</a>. The source of the public transportation data in this app is the <a href=\"https://tokyochallenge.odpt.org/en/\" target=\"_blank\">Open Data Challenge for Public Transportation in Tokyo</a> and the <a href=\"https://www.odpt.org\" target=\"_blank\">Public Transportation Open Data Center</a>. They are based on the data provided by the public transportation operators. The accuracy and integrity of the data are not guaranteed. Please do not contact the public transportation operators directly regarding the content of the app.</p><p>For more info, please see the <a href=\"https://github.com/nagix/mini-tokyo-3d/blob/master/USER_GUIDE-en.md\" target=\"_blank\">Mini Tokyo 3D User Guide</a>. Source code is available at <a href=\"https://github.com/nagix/mini-tokyo-3d\" target=\"_blank\">GitHub repository</a>.</p>",
"description": "<h3>About Mini Tokyo 3D</h3><p>This data visualization is provided by <a href=\"https://nagix.github.io\" target=\"_blank\">Akihiko Kusanagi</a>. The source of the public transportation data in this app is the <a href=\"https://tokyochallenge.odpt.org/en/\" target=\"_blank\">Open Data Challenge for Public Transportation in Tokyo</a> and the <a href=\"https://www.odpt.org\" target=\"_blank\">Public Transportation Open Data Center</a>. They are based on the data provided by the public transportation operators. The accuracy and integrity of the data are not guaranteed. Please do not contact the public transportation operators directly regarding the content of the app.</p><p>For more info, please see the <a href=\"https://minitokyo3d.com/docs/master/\" target=\"_blank\">Mini Tokyo 3D User Guide</a>. Source code is available at <a href=\"https://github.com/nagix/mini-tokyo-3d\" target=\"_blank\">GitHub repository</a>.</p>",
"static-update": "Latest update on static data",
"dynamic-update": "Latest update on dynamic data",
"jr-east": "JR East",
Expand Down
2 changes: 1 addition & 1 deletion data/dictionary-ja.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
"transfer-and-wait": "乗換・待ち $1分",
"cannot-find-train": "当日中に到着する列車が見つかりません",

"description": "<h3>Mini Tokyo 3D について</h3><p>このデータビジュアライゼーションは <a href=\"https://nagix.github.io\" target=\"_blank\">草薙 昭彦</a> により作成されました。本アプリケーションが利用する公共交通データは、<a href=\"https://tokyochallenge.odpt.org\" target=\"_blank\">東京公共交通オープンデータチャレンジ</a> および <a href=\"https://www.odpt.org\" target=\"_blank\">公共交通オープンデータセンター</a> において提供されるものです。公共交通事業者により提供されたデータを元にしていますが、必ずしも正確・完全なものとは限りません。本アプリケーションの表示内容について、公共交通事業者への直接の問合せは行わないでください。</p><p>より詳しい情報は <a href=\"https://github.com/nagix/mini-tokyo-3d/blob/master/USER_GUIDE-ja.md\" target=\"_blank\">Mini Tokyo 3D ユーザーガイド</a> をご覧ください。ソースコードは <a href=\"https://github.com/nagix/mini-tokyo-3d\" target=\"_blank\">GitHub リポジトリ</a> にて公開されています。</p>",
"description": "<h3>Mini Tokyo 3D について</h3><p>このデータビジュアライゼーションは <a href=\"https://nagix.github.io\" target=\"_blank\">草薙 昭彦</a> により作成されました。本アプリケーションが利用する公共交通データは、<a href=\"https://tokyochallenge.odpt.org\" target=\"_blank\">東京公共交通オープンデータチャレンジ</a> および <a href=\"https://www.odpt.org\" target=\"_blank\">公共交通オープンデータセンター</a> において提供されるものです。公共交通事業者により提供されたデータを元にしていますが、必ずしも正確・完全なものとは限りません。本アプリケーションの表示内容について、公共交通事業者への直接の問合せは行わないでください。</p><p>より詳しい情報は <a href=\"https://minitokyo3d.com/docs/master/ja/\" target=\"_blank\">Mini Tokyo 3D ユーザーガイド</a> をご覧ください。ソースコードは <a href=\"https://github.com/nagix/mini-tokyo-3d\" target=\"_blank\">GitHub リポジトリ</a> にて公開されています。</p>",
"static-update": "静的データ最終更新日時",
"dynamic-update": "動的データ最終更新日時",
"jr-east": "JR東日本",
Expand Down
2 changes: 1 addition & 1 deletion data/dictionary-ko.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
"transfer-and-wait": "환승·대기 $1분",
"cannot-find-train": "당일에 도착하는 열차를 찾을 수 없습니다",

"description": "<h3>Mini Tokyo 3D 대하여</h3><p>이 데이터 시각화는 <a href=\"https://nagix.github.io\" target=\"_blank\">Akihiko Kusanagi</a> 에서 제공합니다. 이 앱의 대중 교통 데이터 소스는 <a href=\"https://tokyochallenge.odpt.org/en/\" target=\"_blank\">도쿄의 대중 교통을위한 개방형 데이터 챌린지</a> 와 <a href=\"https://www.odpt.org\" target=\"_blank\">대중 교통 공개 데이터 센터</a> 입니다. 대중 교통 사업자가 제공 한 데이터를 기반으로합니다. 데이터의 정확성과 무결성은 보장되지 않습니다. 앱의 내용과 관련하여 대중 교통 사업자에게 직접 연락하지 마십시오.</p><p>자세한 내용은 <a href=\"https://github.com/nagix/mini-tokyo-3d/blob/master/USER_GUIDE-en.md\" target=\"_blank\">Mini Tokyo 3D 사용자 안내서</a> 를 참조하십시오. 소스 코드는 <a href=\"https://github.com/nagix/mini-tokyo-3d\" target=\"_blank\">GitHub 리포지토리</a> 에서 사용할 수 있습니다.</p>",
"description": "<h3>Mini Tokyo 3D 대하여</h3><p>이 데이터 시각화는 <a href=\"https://nagix.github.io\" target=\"_blank\">Akihiko Kusanagi</a> 에서 제공합니다. 이 앱의 대중 교통 데이터 소스는 <a href=\"https://tokyochallenge.odpt.org/en/\" target=\"_blank\">도쿄의 대중 교통을위한 개방형 데이터 챌린지</a> 와 <a href=\"https://www.odpt.org\" target=\"_blank\">대중 교통 공개 데이터 센터</a> 입니다. 대중 교통 사업자가 제공 한 데이터를 기반으로합니다. 데이터의 정확성과 무결성은 보장되지 않습니다. 앱의 내용과 관련하여 대중 교통 사업자에게 직접 연락하지 마십시오.</p><p>자세한 내용은 <a href=\"https://minitokyo3d.com/docs/master/\" target=\"_blank\">Mini Tokyo 3D 사용자 안내서</a> 를 참조하십시오. 소스 코드는 <a href=\"https://github.com/nagix/mini-tokyo-3d\" target=\"_blank\">GitHub 리포지토리</a> 에서 사용할 수 있습니다.</p>",
"static-update": "정적 데이터에 대한 최신 업데이트",
"dynamic-update": "동적 데이터에 대한 최신 업데이트",
"jr-east": "JR 동일본",
Expand Down
Loading

0 comments on commit fc0bb8c

Please sign in to comment.