You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+8-12
Original file line number
Diff line number
Diff line change
@@ -8,9 +8,6 @@ This repository serves as the central hub when we want to work together with our
8
8
9
9
Navigate to our documentation: [Home Page](index.md)
10
10
11
-
> [!IMPORTANT]
12
-
> Please read carefully the guidelines outlined in the [Getting Started](xref:gettingStarted)
13
-
14
11
## Why Documentation Matters
15
12
16
13
Documentation provides a shared understanding and knowledge base for our team and our customers. It serves as a reference point, enabling us to:
@@ -24,10 +21,9 @@ Documentation provides a shared understanding and knowledge base for our team an
24
21
We encourage all team members to actively contribute to our documentation efforts.
25
22
26
23
> [!NOTE]
27
-
> Of course, it should be clear that we are doing this effort as part of our deliverables, and hence it should be clear this is categorized as **engineering work (billable)**.
28
-
29
-
Want to contribute? Check out [Contributing to the project documentation](xref:contributing)
24
+
> Every new project **must have** basic documentation provided, and it is imperative that sales account for the effort required during the offering phase.
30
25
26
+
Want to contribute?
31
27
Here's how you can get involved:
32
28
33
29
1.**Collaborate with Customers:** Engage with our users to gather insights and feedback. Their input is invaluable in creating user-friendly documentation.
@@ -42,17 +38,17 @@ Want to contribute? Check out [Contributing to the project documentation](xref:c
42
38
> For Skyline employees: Please include a link from [InternalDocs - ProjectDocs](https://internaldocs.skyline.be/Projects/Projects.html) to this repository
43
39
44
40
1. Follow the steps described at [Creating a repository from a template](https://docs.github.com/en/repositories/creating-and-managing-repositories/creating-a-repository-from-a-template#creating-a-repository-from-a-template)
45
-
1. While creating the new repository, take into account the [GitHub Repository Guidelines](https://docs.dataminer.services/develop/CICD/Skyline%20Communications/Github/Use_Github_Guidelines.html) described in the DataMiner Docs.
41
+
2. While creating the new repository, take into account the [GitHub Repository Guidelines](https://docs.dataminer.services/develop/CICD/Skyline%20Communications/Github/Use_Github_Guidelines.html) described in the DataMiner Docs.
2. Add/Change the license according to what is agreed with the customer
48
44
3. Add GitHub repository topics: dataminer-doc
49
-
1. Once the repository is cloned, add your custom documentation available in the 'articles' folder. Suggest structure:
45
+
3. Once the repository is cloned, add your custom documentation available in the 'articles' folder. Suggest structure:
50
46
1. overview.md: the purpose of the environment is documented with a high-level overview of the most important components
51
47
2. features.md: key components of the environment, typically with subfolders
52
48
3. infrastructure.md: user-oriented POV explanation of how the environment is built (architecture, database types, failover, etc.)
53
-
1. You can build a test build by following [Contributing to the project documentation](xref:contributing).
54
-
1. When you are happy with your changes, push them to the GitHub repository.
55
-
1. GitHub actions will make an artifact available that you put on your DataMiner which will host this as a static website. If you are interested, follow the steps in the section below.
49
+
4. You can build a test build by following Contributing to the project documentation
50
+
5. When you are happy with your changes, push them to the GitHub repository.
51
+
6. GitHub actions will make an artifact available that you put on your DataMiner which will host this as a static website. If you are interested, follow the steps in the section below.
56
52
57
53
### Tips
58
54
@@ -73,7 +69,7 @@ Our documentation artifacts are generated automatically through GitHub Actions.
73
69
1. Configure the default file in ISS
74
70
1. Go to Internet Information Services (IIS) Manager
75
71
1. Find the 'Documentation' folder you have added
76
-
1. In the 'IIS' section, doubleclick on 'Default Document'
72
+
1. In the 'IIS' section, double-click on 'Default Document'
77
73
1. Include the index.html on the list.
78
74
1. Navigate to 'https://`hostname`/Documentation' to view the website
|[10-Requirements](https://skylinebe.sharepoint.com/:f:/s/ProjectData/{{PROJECT_DATA}})| Contains different technical documents for the definition of connectors, LCAs, etc. |
15
+
|[15.3-SOW](https://skylinebe.sharepoint.com/:f:/s/ProjectData/{{PROJECT_DATA}})| All the versions of the Statement of Work that were discussed with the customer. |
16
+
|[30-Planning](https://skylinebe.sharepoint.com/:f:/s/ProjectData/{{PROJECT_DATA}})| The discussed value delivery plan. |
17
+
18
+
19
+
## External documentation
20
+
Provide a list of relevant external documentation for system understanding and troubleshooting. This should include resources
21
+
like user manuals, API documentation, or configuration procedures.
22
+
*[What is SignalR?](https://learn.microsoft.com/en-us/aspnet/core/signalr/introduction?view=aspnetcore-9.0&WT.mc_id=dotnet-35129-website)
23
+
*[What is OpenTelemetry?](https://opentelemetry.io/docs/what-is-opentelemetry/)
24
+
*[What is NATs](https://docs.nats.io/nats-concepts/what-is-nats)
0 commit comments