diff --git a/docs/Documentation.md b/docs/Documentation.md index 5e8b389..238202d 100644 --- a/docs/Documentation.md +++ b/docs/Documentation.md @@ -1,6 +1,11 @@ # Documentation What follows are some detailed explanations how some parts work. +| Syntax | Description | +| ----------- | ----------- | +| Header | Title | +| Paragraph | Text | + ## 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 client–server 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 diff --git a/docs/conf.py b/docs/conf.py index ce370a1..89ce495 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -28,7 +28,7 @@ import os # Add any Sphinx extension module names here, as strings. They can be # extensions coming with Sphinx (named 'sphinx.ext.*') or your custom # ones. -extensions = ['recommonmark'] +extensions = ['recommonmark', 'sphinx-markdown-tables'] # Add any paths that contain templates here, relative to this directory. templates_path = ['_templates']