docs: update development guide

Delete redundant article sections

Change-Id: I2e51aeba37f3789ef2315b4a4d4f541ff81e947d
This commit is contained in:
yangsngshaoxue 2022-09-13 09:45:20 +08:00
parent 67011e929a
commit dc16d6588f
8 changed files with 20 additions and 40 deletions

View File

@ -13,5 +13,7 @@ operate by users, and has higher concurrency performance.
identity
For more information about dashboard, see :ref:`skyline-dashboard`.
To deploy skyline, see :ref:`skyline-installation-guide`.
To configure skyline, see :ref:`skyline-settings`.

View File

@ -4,9 +4,11 @@
Skyline Console Settings Reference
==================================
- 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 a usable backend
- Prepare an accessible backend, for example: ``https://172.20.154.250``
- Modify the corresponding configuration in ``config/webpack.dev.js``:
.. code:: javascript
@ -20,9 +22,11 @@ Skyline Console Settings Reference
};
}
- Configure access host and port
- Modify `devServer.host` and `devServer.port`
- Modify the corresponding configuration in `config/webpack.dev.js`
- Configure access host and port
- Modify ``devServer.host`` and ``devServer.port``
- Modify the corresponding configuration in ``config/webpack.dev.js``
.. code:: javascript
@ -39,12 +43,12 @@ Skyline Console Settings Reference
// 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
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.

View File

@ -1,2 +0,0 @@
How To Develop
~~~~~~~~~~~~~~~

View File

@ -8,4 +8,3 @@ This section describes how to develop the Skyline Console.
ready-to-work
catalog-introduction
how-to-develop

View File

@ -5,4 +5,4 @@ Glossary
========
This glossary offers a list of terms and definitions to define a
vocabulary for Skyline Console concepts.
vocabulary for Skyline Console concepts.

View File

@ -57,8 +57,3 @@ Information
:maxdepth: 1
glossary
.. only:: html
* :ref:`genindex`
* :ref:`modindex`

View File

@ -96,9 +96,9 @@ We will install the Skyline Console service from source code.
Finalize installation
---------------------
#. Start nginx service
Start nginx service
.. code-block:: shell
.. code-block:: shell
sudo systemctl start nginx.service
sudo systemctl enable nginx.service
sudo systemctl start nginx.service
sudo systemctl enable nginx.service

View File

@ -132,21 +132,3 @@ account as clean as possible after the test case is executed
.. code-block:: javascript
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