diff --git a/docs/API.md b/docs/API.md index a007341..a295904 100644 --- a/docs/API.md +++ b/docs/API.md @@ -1,7 +1,8 @@ -## Server API +[Home](README.md) -### MacOS required API +# Service API +### MacOS required API Method HEAD Path /.dmg diff --git a/docs/README.md b/docs/README.md index be73c17..75fe46c 100644 --- a/docs/README.md +++ b/docs/README.md @@ -12,4 +12,5 @@ from time to time I thought it would be useful to write support for apples remot linux system. [Installation](INSTALL.md) + [API](API.md) diff --git a/docs/assets/css/style.scss b/docs/assets/css/style.scss index d4b2d4a..72781e7 100644 --- a/docs/assets/css/style.scss +++ b/docs/assets/css/style.scss @@ -7,3 +7,7 @@ background-color: #6f0000; background-image: linear-gradient(120deg, #200122, #6f0000); } + +.main-content h1, .main-content h2, .main-content h3, .main-content h4, .main-content h5, .main-content h6 { + color: #6f0000; +}