Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions docs/devops-basics/devops-vs-sre.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# DevOps Vs SRE

*[SRE]: Site Reliability Engineer

_This article originated from a blog on [Harness's website](https://harness.io/blog/devops/sre-vs-devops/) - dated Nov 3, 2021_

## Overview
Expand Down
12 changes: 10 additions & 2 deletions docs/devops-basics/glossary.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# DevOps Glossary
---
title: DevOps Glossary
summary: A list of DevOps terms as defined by the DevOps Institute

PLACEHOLDER
---
This list of DevOps terms as defined by the DevOps Institute

| Term | Definition |
|---------------------------|---------------------------------------------------------------------------------------------------------------------------|
| A/B Testing | Deploy different versions of an EUT to different customers and let the customer feedback determine which is best. |
| Administration Testing | The purpose of the test is to determine if an End User Test (EUT) is able to process administration tasks as expected. |
2 changes: 2 additions & 0 deletions includes/abbreviations.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
*[HTML]: Hyper Text Markup Language
*[W3C]: World Wide Web Consortium
18 changes: 9 additions & 9 deletions mkdocs.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#### SITE BASE CONFIG ###
### SITE BASE CONFIG ###

# Default values, taken from mkdocs_theme.yml
site_name: Devops Docs
Expand All @@ -12,7 +12,7 @@ icon:
logo: logo
theme:
name: material
# custom_dir: overrides
# custom_dir: overrides # Not currently used

features:
# - navigation.instant
Expand All @@ -27,15 +27,15 @@ theme:
include_search_page: false
search_index_only: true

### START OF EXTENSIONS SECTION ###

markdown_extensions:
- pymdownx.snippets:
auto_append:
- includes/abbreviations.md

#### START OF NAVIGATION SECTION ###

#nav:
# - Section:
# - section/index.md
# - Page 1: section/page-1.md
# ...
# - Page n: section/page-n.md
#### START OF NAVIGATION SECTION ###

nav:
- Home: index.md
Expand Down