mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-05-14 14:27:22 +00:00
Update checkbox formatting in deployment index.md
This commit is contained in:
parent
acb602ba2d
commit
85b684c74a
@ -51,22 +51,15 @@ It's fundamentally important to understand which deployment model to use for a s
|
|||||||
|
|
||||||
There are three deployment models from which you can choose:
|
There are three deployment models from which you can choose:
|
||||||
|
|
||||||
```mermaid
|
[ ] Test for a checkbox
|
||||||
sequenceDiagram
|
[x] Test for a checkbox
|
||||||
participant dotcom
|
[] Test
|
||||||
participant iframe
|
-[] Test
|
||||||
participant viewscreen
|
- [] Test
|
||||||
dotcom->>iframe: loads html w/ iframe url
|
- [x] Test
|
||||||
iframe->>viewscreen: request template
|
-[x] test
|
||||||
viewscreen->>iframe: html & javascript
|
- [ ] test
|
||||||
iframe->>dotcom: iframe ready
|
- [x] test
|
||||||
dotcom->>iframe: set mermaid data on iframe
|
|
||||||
iframe->>iframe: render mermaid
|
|
||||||
```
|
|
||||||
|
|
||||||
<div id="cloud-only-checkbox">
|
|
||||||
**Cloud-only**
|
|
||||||
</div>
|
|
||||||
|
|
||||||
:::row:::
|
:::row:::
|
||||||
:::column span="1":::
|
:::column span="1":::
|
||||||
|
Loading…
x
Reference in New Issue
Block a user