forked from docs/doc-exports
Compare commits
66 Commits
revert-ucs
...
test-conta
| Author | SHA1 | Date | |
|---|---|---|---|
| d2f1fc6e14 | |||
| d829e1ed43 | |||
| 4f586a4c60 | |||
| 48811166e0 | |||
| 3e5ca7f9b7 | |||
| d81eac9e60 | |||
| ae9af811a2 | |||
| c65ad140c3 | |||
| 50cc63fa01 | |||
| ccc4355d88 | |||
| d23778fb98 | |||
| af0b48506f | |||
| a729aeee8c | |||
| 6b22ba336a | |||
| 968b733e28 | |||
| b377d27a9e | |||
| f9a6b01694 | |||
| f5e20afe8c | |||
| 91fc19c7e7 | |||
| f87384a58a | |||
| fb06df8c23 | |||
| 26f537551c | |||
| 169772f85f | |||
| 5110d172b8 | |||
| 6092d01717 | |||
| b534e928ce | |||
| f3e8406504 | |||
| 71b5811369 | |||
| b955987688 | |||
| e0cfc2dbd3 | |||
| a8123e8120 | |||
| 97f395c7d0 | |||
| b16fc7c98e | |||
| 34d1e6cbbe | |||
| 957ba11aea | |||
| bc7054837d | |||
| 2622b66cee | |||
| 9658aa0415 | |||
| 10853b594e | |||
| ed38658672 | |||
| 685f1ed08a | |||
| 813417d58a | |||
| abeb7b1349 | |||
| ab0d9460f2 | |||
| 51d4ddbf82 | |||
| 613f544b3e | |||
| db7b7892ca | |||
| e45928c2ed | |||
| b0f62c3793 | |||
| c57d56aeaa | |||
| 4de4d40baa | |||
| 6da39aa48b | |||
| bbe736ccde | |||
| 5b45acedb9 | |||
| 79e7501d97 | |||
| 703eb0c97e | |||
| 29acc138f7 | |||
| dce6b09c33 | |||
| f26c45f23d | |||
| aea8c07a7e | |||
| 108d342ce7 | |||
| 316d9aba45 | |||
| 419ef89a61 | |||
| 2f688d814c | |||
| f157f99054 | |||
| 9bb9ab9ecd |
447
.gitea/workflows/convert-html-docs.yaml
Normal file
447
.gitea/workflows/convert-html-docs.yaml
Normal file
File diff suppressed because it is too large
Load Diff
@ -2,7 +2,7 @@
|
||||
|
||||
<h1 class="topictitle1">What Protocols Does SMN Support?</h1>
|
||||
<div id="body1471349928821"><p id="smn_faq_0003__p43586774153632">SMN supports the following protocols:</p>
|
||||
<ul id="smn_faq_0003__ul050316244812"><li id="smn_faq_0003__li31661135202423">Email: Messages are sent to subscribers' email addresses by email.</li><li id="smn_faq_0003__li39632031202423">SMS: Messages are sent to subscribers' phone numbers by SMS message.</li></ul>
|
||||
<ul id="smn_faq_0003__ul050316244812"><li id="smn_faq_0003__li31661135202423">Email: Messages are sent to subscribers' email addresses using email.</li><li id="smn_faq_0003__li39632031202423">SMS: Messages are sent to subscribers' phone numbers by SMS message.</li></ul>
|
||||
<ul id="smn_faq_0003__ul48294222202423"><li id="smn_faq_0003__li12493763202423">HTTP or HTTPS: Messages are sent to subscription URLs by HTTP or HTTPS request. SMN only supports public network URLs and public IP addresses.</li><li id="smn_faq_0003__li368400115613">FunctionGraph (function): Messages are used as payload to call functions.</li></ul>
|
||||
</div>
|
||||
<div>
|
||||
|
||||
28
zuul.yaml
28
zuul.yaml
@ -148,6 +148,32 @@
|
||||
vars:
|
||||
docs_service_category: "network"
|
||||
|
||||
- job:
|
||||
name: otc-doc-exports-convert-network-test
|
||||
parent: otc-doc-exports-convert-base
|
||||
nodeset: pod-fedora-40
|
||||
description: |
|
||||
Convert Network doc exports from html to rst and generate
|
||||
corresponding rst patch files.
|
||||
files:
|
||||
- docs/ccn
|
||||
- docs/cdn
|
||||
- docs/dc
|
||||
- docs/dns
|
||||
- docs/eip
|
||||
- docs/elb
|
||||
- docs/er
|
||||
- docs/natgw
|
||||
- docs/plas
|
||||
- docs/vpc
|
||||
- docs/vpcep
|
||||
- docs/vpn
|
||||
- roles
|
||||
- templates
|
||||
- metadata.yaml
|
||||
provides: otc-doc-exports-convert-network-test
|
||||
vars:
|
||||
docs_service_category: "network"
|
||||
- job:
|
||||
name: otc-doc-exports-convert-md
|
||||
parent: otc-doc-exports-convert-base
|
||||
@ -248,6 +274,8 @@
|
||||
- otc-doc-exports-convert-container
|
||||
- otc-doc-exports-convert-database
|
||||
- otc-doc-exports-convert-network
|
||||
- otc-doc-exports-convert-network-test:
|
||||
voting: false
|
||||
- otc-doc-exports-convert-md
|
||||
- otc-doc-exports-convert-other
|
||||
- otc-doc-exports-convert-security
|
||||
|
||||
Reference in New Issue
Block a user