Skip to content

Commit 1c97fcd

Browse files
Refactoring files to make a distinction between EMT and Azure docs
1 parent a5ab20e commit 1c97fcd

16 files changed

+18
-18
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ If you encounter bugs, have feature requests, or need assistance,
5757

5858
Before submitting a new report, check the existing issues to see if a similar one has not
5959
been filed already. If no matching issue is found, feel free to file the issue as described
60-
in the [contribution guide](./docs/developer-guide/contribution.md).
60+
in the [contribution guide](./docs/developer-guide/emt-contribution.md).
6161

6262
For security-related concerns, please refer to [SECURITY.md](./SECURITY.md).
6363

@@ -69,7 +69,7 @@ Microvisor Toolkit repository, for easier access.
6969

7070
As an open-source project, Edge Microvisor Toolkit always looks for community-driven
7171
improvements. If you are interested in making the product even better, see how you can
72-
help in the [contribution guide](./docs/developer-guide/contribution.md).
72+
help in the [contribution guide](./docs/developer-guide/emt-contribution.md).
7373

7474
## License Information
7575

docs/developer-guide/assets/architecture-key-components.drawio.svg renamed to docs/developer-guide/assets/emt-architecture-key-components.drawio.svg

File renamed without changes.

docs/developer-guide/assets/architecture-update-flow.drawio.svg renamed to docs/developer-guide/assets/emt-architecture-update-flow.drawio.svg

File renamed without changes.

docs/developer-guide/assets/contribution-flow.drawio.svg renamed to docs/developer-guide/assets/emt-contribution-flow.drawio.svg

File renamed without changes.
File renamed without changes.

docs/developer-guide/assets/security-partitions.drawio.svg renamed to docs/developer-guide/assets/emt-security-partitions.drawio.svg

File renamed without changes.

docs/developer-guide/architecture-overview.md renamed to docs/developer-guide/emt-architecture-overview.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ The two immutable image microvisor versions integrate the Intel® kernel and
2121
enable the software and features offered by Intel® Open Edge Platform. Check out the
2222
overview of key software components:
2323

24-
![overview of key software components](./assets/architecture-key-components.drawio.svg)
24+
![overview of key software components](./assets/emt-architecture-key-components.drawio.svg)
2525

2626
## Edge Microvisor Toolkit Real Time
2727

@@ -404,7 +404,7 @@ nodes. While the update will only occur during these maintenance windows, new im
404404
downloaded in the background as soon as they become available. The diagram below shows the
405405
overall update flow and state transitions.
406406

407-
![update flow and state transitions](./assets/architecture-update-flow.drawio.svg)
407+
![update flow and state transitions](./assets/emt-architecture-update-flow.drawio.svg)
408408

409409
The Edge Microvisor Toolkit may also be updated as a standalone solution, through a manual
410410
update procedure, without the automation offered by Open Edge Platform. You can download the
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ review, better understand, and prioritize the request.
2222
The following diagram outlines the general workflow for pull requests made
2323
to the Edge Microvisor Toolkit repository:
2424

25-
![Contribution Flow](assets/contribution-flow.drawio.svg)
25+
![Contribution Flow](assets/emt-contribution-flow.drawio.svg)
2626

2727
## Release Cadence
2828

docs/developer-guide/deployment-edge-orchestrator.md renamed to docs/developer-guide/emt-deployment-edge-orchestrator.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,5 +36,5 @@ process include:
3636

3737
## Learn More
3838

39-
- [Edge Microvisor Toolkit Architecture](architecture-overview.md)
39+
- [Edge Microvisor Toolkit Architecture](emt-architecture-overview.md)
4040
- [Edge Manageability Framework](https://github.com/open-edge-platform/edge-manageability-framework)
Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ Manageability Framework:
8888
- Microvisor Immutable Image with Real Time
8989

9090
For details on deploying Microvisor with Edge Manageability Framework, refer to
91-
the [Edge Manageability Framework deployment guide](../user-guide/deployment-edge-orchestrator.md).
91+
the [Edge Manageability Framework deployment guide](../user-guide/emt-deployment-edge-orchestrator.md).
9292

9393
## Image Support
9494

@@ -111,10 +111,10 @@ outlines the key differences between those.
111111
## Next Steps
112112

113113
- [System Requirements](./introduction)
114-
- [Production Deployment with Edge Manageability Framework](./deployment-edge-orchestrator.md)
114+
- [Production Deployment with Edge Manageability Framework](./emt-deployment-edge-orchestrator.md)
115115

116116
:::{toctree}
117-
./get-started/building-howto.md
118-
./get-started/installation-howto.md
119-
./get-started/sb-howto.md
117+
./get-started/emt-building-howto.md
118+
./get-started/emt-installation-howto.md
119+
./get-started/emt-sb-howto.md
120120
:::

0 commit comments

Comments
 (0)