Update work/tbx/meraki/meraki_api.md
This commit is contained in:
@@ -1261,7 +1261,6 @@ Sure! Here's a Mermaid chart that visualizes the hierarchical structure of Organ
|
|||||||
|
|
||||||
### Mermaid Chart Code
|
### Mermaid Chart Code
|
||||||
|
|
||||||
```markdown
|
|
||||||
```mermaid
|
```mermaid
|
||||||
graph TD;
|
graph TD;
|
||||||
A[Organizations] --> B[Networks]
|
A[Organizations] --> B[Networks]
|
||||||
@@ -1270,7 +1269,6 @@ graph TD;
|
|||||||
B -->|Each network has a unique ID| C
|
B -->|Each network has a unique ID| C
|
||||||
C -->|Devices are identified by their serial numbers| C
|
C -->|Devices are identified by their serial numbers| C
|
||||||
```
|
```
|
||||||
```
|
|
||||||
|
|
||||||
### Explanation
|
### Explanation
|
||||||
|
|
||||||
@@ -1288,7 +1286,6 @@ graph TD;
|
|||||||
|
|
||||||
### Example Markdown File
|
### Example Markdown File
|
||||||
|
|
||||||
```markdown
|
|
||||||
# Understanding the Hierarchical Structure
|
# Understanding the Hierarchical Structure
|
||||||
|
|
||||||
```mermaid
|
```mermaid
|
||||||
@@ -1299,6 +1296,6 @@ graph TD;
|
|||||||
B -->|Each network has a unique ID| C
|
B -->|Each network has a unique ID| C
|
||||||
C -->|Devices are identified by their serial numbers| C
|
C -->|Devices are identified by their serial numbers| C
|
||||||
```
|
```
|
||||||
```
|
|
||||||
|
|
||||||
By adding this Mermaid chart to your GitHub site, you'll have a clear visual representation of the hierarchical structure within Meraki's organization, network, and device model. If you need further customization or have additional questions, feel free to ask!
|
By adding this Mermaid chart to your GitHub site, you'll have a clear visual representation of the hierarchical structure within Meraki's organization, network, and device model. If you need further customization or have additional questions, feel free to ask!
|
||||||
Reference in New Issue
Block a user