Added tables?

This commit is contained in:
Simon Beginn 2020-08-01 14:24:58 +02:00
parent c719d483d7
commit 5cdbf2b730
2 changed files with 6 additions and 1 deletions

View File

@ -1,6 +1,11 @@
# Documentation # Documentation
What follows are some detailed explanations how some parts work. What follows are some detailed explanations how some parts work.
| Syntax | Description |
| ----------- | ----------- |
| Header | Title |
| Paragraph | Text |
## Understanding Key Management Service ## Understanding Key Management Service
KMS activates Microsoft products on a local network, eliminating the need for individual computers to connect to Microsoft. To do this, KMS uses a clientserver topology. A KMS client locates a KMS server by using DNS or a static KMS activates Microsoft products on a local network, eliminating the need for individual computers to connect to Microsoft. To do this, KMS uses a clientserver topology. A KMS client locates a KMS server by using DNS or a static
configuration, then contact it by using Remote Procedure Call (RPC) and tries to activate against it. KMS can activate both physical computers and virtual machines, but a network must meet or exceed the activation threshold configuration, then contact it by using Remote Procedure Call (RPC) and tries to activate against it. KMS can activate both physical computers and virtual machines, but a network must meet or exceed the activation threshold

View File

@ -28,7 +28,7 @@ import os
# Add any Sphinx extension module names here, as strings. They can be # Add any Sphinx extension module names here, as strings. They can be
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom # extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
# ones. # ones.
extensions = ['recommonmark'] extensions = ['recommonmark', 'sphinx-markdown-tables']
# Add any paths that contain templates here, relative to this directory. # Add any paths that contain templates here, relative to this directory.
templates_path = ['_templates'] templates_path = ['_templates']