diff options
author | Marek Szwałkiewicz <marek.szwalkiewicz@external.t-mobile.pl> | 2023-04-14 13:52:30 +0200 |
---|---|---|
committer | Marek Szwałkiewicz <marek.szwalkiewicz@external.t-mobile.pl> | 2023-04-17 13:52:05 +0200 |
commit | b1884e6e8c00e9aa48816a80a3c0da465f8c7bab (patch) | |
tree | 077596a83e5c7f140f21932de85237fb9dc8c635 /docs/schemas/resources/shared/vsp.rst | |
parent | 2af8eed99a00371db238c1021fbe110df59fd476 (diff) |
Fix documentation tests and structure
Remove deprecated whitelist_externals from tox.ini and
move docs/source to docs/. to satisfy the doc-rules
Issue-ID: INT-2221
Change-Id: I3162eccd91685b98972277b1f8f41b923321889a
Signed-off-by: Marek Szwałkiewicz <marek.szwalkiewicz@external.t-mobile.pl>
Diffstat (limited to 'docs/schemas/resources/shared/vsp.rst')
-rw-r--r-- | docs/schemas/resources/shared/vsp.rst | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/docs/schemas/resources/shared/vsp.rst b/docs/schemas/resources/shared/vsp.rst new file mode 100644 index 0000000..55a8479 --- /dev/null +++ b/docs/schemas/resources/shared/vsp.rst @@ -0,0 +1,22 @@ +VSP +--- + +.. list-table:: + :header-rows: 1 + + * - Property + - Type + - Required + - Comment + * - name + - string + - YES + - + * - vendor + - string + - YES + - Vendor name, make sure it exists + * - package + - string + - YES + - Path to VSP package file
\ No newline at end of file |