File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# DevOps Vs SRE
22
3+ * [ SRE] : Site Reliability Engineer
4+
35_ This article originated from a blog on [ Harness's website] ( https://harness.io/blog/devops/sre-vs-devops/ ) - dated Nov 3, 2021_
46
57## Overview
Original file line number Diff line number Diff line change 1- # DevOps Glossary
1+ ---
2+ title : DevOps Glossary
3+ summary : A list of DevOps terms as defined by the DevOps Institute
24
3- PLACEHOLDER
5+ ---
6+ This list of DevOps terms as defined by the DevOps Institute
7+
8+ | Term | Definition |
9+ | ---------------------------| ---------------------------------------------------------------------------------------------------------------------------|
10+ | A/B Testing | Deploy different versions of an EUT to different customers and let the customer feedback determine which is best. |
11+ | Administration Testing | The purpose of the test is to determine if an End User Test (EUT) is able to process administration tasks as expected. |
Original file line number Diff line number Diff line change 1+ * [ HTML] : Hyper Text Markup Language
2+ * [ W3C] : World Wide Web Consortium
Original file line number Diff line number Diff line change 1- # ### SITE BASE CONFIG ###
1+ # ## SITE BASE CONFIG ###
22
33# Default values, taken from mkdocs_theme.yml
44site_name : Devops Docs
1212 logo : logo
1313theme :
1414 name : material
15- # custom_dir: overrides
15+ # custom_dir: overrides # Not currently used
1616
1717 features :
1818# - navigation.instant
@@ -27,15 +27,15 @@ theme:
2727include_search_page : false
2828search_index_only : true
2929
30+ # ## START OF EXTENSIONS SECTION ###
31+
32+ markdown_extensions :
33+ - pymdownx.snippets :
34+ auto_append :
35+ - includes/abbreviations.md
3036
31- # ### START OF NAVIGATION SECTION ###
3237
33- # nav:
34- # - Section:
35- # - section/index.md
36- # - Page 1: section/page-1.md
37- # ...
38- # - Page n: section/page-n.md
38+ # ### START OF NAVIGATION SECTION ###
3939
4040nav :
4141 - Home : index.md
You can’t perform that action at this time.
0 commit comments