docs: update development guide
Delete redundant article sections Change-Id: I2e51aeba37f3789ef2315b4a4d4f541ff81e947d
This commit is contained in:
parent
67011e929a
commit
dc16d6588f
@ -13,5 +13,7 @@ operate by users, and has higher concurrency performance.
|
|||||||
identity
|
identity
|
||||||
|
|
||||||
For more information about dashboard, see :ref:`skyline-dashboard`.
|
For more information about dashboard, see :ref:`skyline-dashboard`.
|
||||||
|
|
||||||
To deploy skyline, see :ref:`skyline-installation-guide`.
|
To deploy skyline, see :ref:`skyline-installation-guide`.
|
||||||
|
|
||||||
To configure skyline, see :ref:`skyline-settings`.
|
To configure skyline, see :ref:`skyline-settings`.
|
||||||
|
@ -4,9 +4,11 @@
|
|||||||
Skyline Console Settings Reference
|
Skyline Console Settings Reference
|
||||||
==================================
|
==================================
|
||||||
|
|
||||||
- Prepare a usable backend
|
- Prepare a usable backend
|
||||||
- Prepare an accessible backend, for example: `https://172.20.154.250`
|
|
||||||
- Modify the corresponding configuration in `config/webpack.dev.js`:
|
- Prepare an accessible backend, for example: ``https://172.20.154.250``
|
||||||
|
|
||||||
|
- Modify the corresponding configuration in ``config/webpack.dev.js``:
|
||||||
|
|
||||||
.. code:: javascript
|
.. code:: javascript
|
||||||
|
|
||||||
@ -20,9 +22,11 @@ Skyline Console Settings Reference
|
|||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
- Configure access host and port
|
- Configure access host and port
|
||||||
- Modify `devServer.host` and `devServer.port`
|
|
||||||
- Modify the corresponding configuration in `config/webpack.dev.js`
|
- Modify ``devServer.host`` and ``devServer.port``
|
||||||
|
|
||||||
|
- Modify the corresponding configuration in ``config/webpack.dev.js``
|
||||||
|
|
||||||
.. code:: javascript
|
.. code:: javascript
|
||||||
|
|
||||||
@ -39,12 +43,12 @@ Skyline Console Settings Reference
|
|||||||
// progress: true
|
// progress: true
|
||||||
};
|
};
|
||||||
|
|
||||||
- Execute in the project root directory, which is the same level as `package.json`
|
- Execute in the project root directory, which is the same level as ``package.json``
|
||||||
|
|
||||||
.. code:: shell
|
.. code:: shell
|
||||||
|
|
||||||
yarn run dev
|
yarn run dev
|
||||||
|
|
||||||
|
- Use the ``host`` and ``port`` configured in ``config/webpack.dev.js`` to access, such as ``http://localhost:8088``
|
||||||
|
|
||||||
- Use the `host` and `port` configured in `config/webpack.dev.js` to access, such as `http://localhost:8088`
|
- The front-end real-time update environment used for development is done.
|
||||||
- The front-end real-time update environment used for development is done.
|
|
||||||
|
@ -1,2 +0,0 @@
|
|||||||
How To Develop
|
|
||||||
~~~~~~~~~~~~~~~
|
|
@ -8,4 +8,3 @@ This section describes how to develop the Skyline Console.
|
|||||||
|
|
||||||
ready-to-work
|
ready-to-work
|
||||||
catalog-introduction
|
catalog-introduction
|
||||||
how-to-develop
|
|
||||||
|
@ -5,4 +5,4 @@ Glossary
|
|||||||
========
|
========
|
||||||
|
|
||||||
This glossary offers a list of terms and definitions to define a
|
This glossary offers a list of terms and definitions to define a
|
||||||
vocabulary for Skyline Console concepts.
|
vocabulary for Skyline Console concepts.
|
||||||
|
@ -57,8 +57,3 @@ Information
|
|||||||
:maxdepth: 1
|
:maxdepth: 1
|
||||||
|
|
||||||
glossary
|
glossary
|
||||||
|
|
||||||
.. only:: html
|
|
||||||
|
|
||||||
* :ref:`genindex`
|
|
||||||
* :ref:`modindex`
|
|
||||||
|
@ -96,9 +96,9 @@ We will install the Skyline Console service from source code.
|
|||||||
Finalize installation
|
Finalize installation
|
||||||
---------------------
|
---------------------
|
||||||
|
|
||||||
#. Start nginx service
|
Start nginx service
|
||||||
|
|
||||||
.. code-block:: shell
|
.. code-block:: shell
|
||||||
|
|
||||||
sudo systemctl start nginx.service
|
sudo systemctl start nginx.service
|
||||||
sudo systemctl enable nginx.service
|
sudo systemctl enable nginx.service
|
||||||
|
@ -132,21 +132,3 @@ account as clean as possible after the test case is executed
|
|||||||
.. code-block:: javascript
|
.. code-block:: javascript
|
||||||
|
|
||||||
cy.deleteAllAvailableVolume();
|
cy.deleteAllAvailableVolume();
|
||||||
|
|
||||||
Reference
|
|
||||||
----------
|
|
||||||
|
|
||||||
- The function operation form in ``test/e2e/support/form-commands.js``,
|
|
||||||
please refer to the detailed introduction
|
|
||||||
|
|
||||||
- The functions in ``test/e2e/support/table-commands.js``,
|
|
||||||
click on the buttons in the operation table, search, and enter for details.
|
|
||||||
please refer to the detailed introduction
|
|
||||||
|
|
||||||
- The functions in ``test/e2e/support/detail-commands.js``, the operation
|
|
||||||
returns the list page, the detection details, and the switching details Tab.
|
|
||||||
please refer to the detailed introduction
|
|
||||||
|
|
||||||
Create and delete associated resources mainly use the functions in
|
|
||||||
``test/e2e/support/resource-commands.js``, please refer to the detailed
|
|
||||||
introduction
|
|
||||||
|
Loading…
Reference in New Issue
Block a user