Update qinling doc location to docs.openstack.org

This commit also adds a missing markup in the quick start guide.

Co-Authored-By: Hunt Xu <mhuntxu@gmail.com>

Change-Id: I670c4a5231f8595a405589855eafd7667c606614
changes/10/548310/5
caoyuan 5 years ago committed by Hunt Xu
parent 1be8f87390
commit b0d724a338

@ -16,7 +16,7 @@ different function package storage backends (local/Swift/S3) by nature using
plugin mechanism.
* Free software: Apache license
* Documentation: http://qinling.readthedocs.io/
* Documentation: https://docs.openstack.org/qinling/latest/
* Source: http://git.openstack.org/cgit/openstack/qinling
* Features: https://storyboard.openstack.org/#!/project/927
* Bug Track: https://storyboard.openstack.org/#!/project/927

@ -6,7 +6,7 @@ Files under this directory tree are used for generating the documentation
for the qinling source code.
Developer documentation is built to:
http://qinling.readthedocs.io/en/latest/
https://docs.openstack.org/qinling/latest/
Tools
=====

@ -28,7 +28,7 @@ availability. You can set up your code to automatically trigger from other
OpenStack services or call it directly from any web or mobile app.
* Free software: Apache license
* Documentation: http://qinling.readthedocs.io/
* Documentation: https://docs.openstack.org/qinling/latest/
* Source: http://git.openstack.org/cgit/openstack/qinling
* Features: https://storyboard.openstack.org/#!/project/927
* Bug Track: https://storyboard.openstack.org/#!/project/927

@ -6,9 +6,8 @@ Installation
A fast and simple way to try Qinling is to create a Devstack environment
including all related components and dependencies of Qinling service. Please
refer to
http://qinling.readthedocs.io/en/latest/contributor/development-environment-devstack.html
for how to install Qinling service in OpenStack devstack environment.
refer to `Setting up a development environment with devstack`_ for how to
install Qinling service in OpenStack devstack environment.
Qinling is a FaaS implemented on top of container orchestration system such as
Kubernetes, Swarm, etc. Particularly, Kubernetes is a reference backend
@ -19,6 +18,9 @@ Qinling can work with OpenStack Keystone for authentication, or it can work
without authentication at all. By default, authentication is enabled, set
``auth_enable = False`` to disable authentication.
.. _Setting up a development environment with devstack: https://docs.openstack.org/qinling/latest/contributor/development-environment-devstack.html
Getting started with Qinling
~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Loading…
Cancel
Save