Fix markdown lint errors
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
<!-- markdownlint-disable-next-line MD041 -->
|
||||
<!-- markdownlint-disable-next-line first-line-h1 -->
|
||||
##### Project
|
||||
|
||||
::PROJECT-NAME(Home)
|
||||
@@ -17,8 +17,8 @@
|
||||
|
||||
---
|
||||
|
||||
*TODO: Answer the questions below to help you define your system
|
||||
architecture. Some example text is provided.*
|
||||
_TODO: Answer the questions below to help you define your system
|
||||
architecture. Some example text is provided._
|
||||
|
||||
### Overview
|
||||
|
||||
@@ -49,7 +49,7 @@ architecture. Some example text is provided.*
|
||||
#### What are the components of this system?
|
||||
|
||||
::The components of this system are clearly defined in this [UML Model
|
||||
with Component Diagram](LINK-TO-MODEL).
|
||||
with Component Diagram](LINK-TO-MODEL).
|
||||
|
||||
::The components of this system are listed below by type:
|
||||
|
||||
@@ -152,11 +152,11 @@ and down-time.
|
||||
|
||||
### Architectural Scenarios
|
||||
|
||||
*TODO: Provide architecture scenarios that show how objects will
|
||||
_TODO: Provide architecture scenarios that show how objects will
|
||||
communicate across components, processes, and machines. Focus on
|
||||
scenarios where the architecture itself is changing, e.g., system
|
||||
startup, shutdown, adding or upgrading components, load balancing or
|
||||
fail-over.*
|
||||
fail-over._
|
||||
|
||||
The following sequence diagrams give step-by-step descriptions of how
|
||||
components communicate during some important usage scenarios:
|
||||
@@ -167,7 +167,7 @@ components communicate during some important usage scenarios:
|
||||
|
||||
### Architecture Checklist
|
||||
|
||||
*TODO: Evaluate your architecture with respect to each of your goals.*
|
||||
_TODO: Evaluate your architecture with respect to each of your goals._
|
||||
|
||||
#### Ease of integration: Have mechanisms been provided for all needed types of integration?
|
||||
|
||||
|
Reference in New Issue
Block a user