Include README inside index so we can keep both

This commit is contained in:
Emily Toop 2019-01-24 17:12:01 +00:00
Родитель f9ce95869c
Коммит 6a70ed33f9
2 изменённых файлов: 21 добавлений и 20 удалений

20
README.md Normal file
Просмотреть файл

@ -0,0 +1,20 @@
## Get Started with GeckoView
* [GeckoView Quick Start Guide](https://wiki.mozilla.org/Mobile/GeckoView#Get_Started)
## API Documentation
* [Changelog](javadoc/mozilla-central/org/mozilla/geckoview/doc-files/CHANGELOG.md)
* [API](javadoc/mozilla-central/index.html)
## Get Started as a Contributor
* [GeckoView Contributor Quick Start Guide](tutorials/geckoview-quick-start.md)
* [Mozilla Central Quick Start Guide](tutorials/mc-quick-start.md)
* [Mozilla Central Contributor Guide](tutorials/contributing-to-mc.md)
* [Guide to Native Debugging in Android Studio](tutorials/native-debugging.md)
## More information
You can read more about GeckoView on the [wiki](https://wiki.mozilla.org/Mobile/GeckoView).

Просмотреть файл

@ -3,23 +3,4 @@ layout: default
title: Home
nav_order: 1
---
## Get Started with GeckoView
* [GeckoView Quick Start Guide](https://wiki.mozilla.org/Mobile/GeckoView#Get_Started)
## API Documentation
* [Changelog](javadoc/mozilla-central/org/mozilla/geckoview/doc-files/CHANGELOG.md)
* [API](javadoc/mozilla-central/index.html)
## Get Started as a Contributor
* [GeckoView Contributor Quick Start Guide](tutorials/geckoview-quick-start.md)
* [Mozilla Central Quick Start Guide](tutorials/mc-quick-start.md)
* [Mozilla Central Contributor Guide](tutorials/contributing-to-mc.md)
* [Guide to Native Debugging in Android Studio](tutorials/native-debugging.md)
## More information
You can read more about GeckoView on the [wiki](https://wiki.mozilla.org/Mobile/GeckoView).
{% include_relative README.md %}