From d40fe50f3a955265daaaae785297c1c4f4922cf2 Mon Sep 17 00:00:00 2001 From: Jim Shepich III Date: Sun, 29 Jun 2025 03:51:14 -0400 Subject: [PATCH] Trying to use Mike versioning --- .gitignore | 1 + docs/introduction.md | 7 +++---- mkdocs.yml | 4 ++++ 3 files changed, 8 insertions(+), 4 deletions(-) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..d97e100 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +site \ No newline at end of file diff --git a/docs/introduction.md b/docs/introduction.md index db78663..d335c30 100644 --- a/docs/introduction.md +++ b/docs/introduction.md @@ -33,11 +33,10 @@ The following guidelines capture the essence of the philosophy that underpins ma 1. Revisions of this document will use the following semantic version methodology: - (a) Revisions that add or remove rules, change how existing rules are enforced or interpreted, or modify the organizational schema constitute a **major** update. - - (b) Revisions that involve modifying any rule's chapter, section, or paragraph number without modifying their intent constitute a **minor** update. - - (c) Revisions that involve fixing typographical or grammatical errors or rephrasing existing rules without modifying their intent or enforcement constitute a **patch** update. - - (d) The semantic version number of this document will be represented as `Major.Minor.Patch` + - (b) Revisions moving rules, fixing typographical or grammatical errors, or rephrasing existing rules without modifying their intent or enforcement conditions/methodology constitute a **minor** update. + - (c) The semantic version number of this document will be represented as `Major.Minor` -2. Patch revisions may be made by any homeowner. All other revisions must be made unanimously by all homeowners. +2. Minor revisions may be made by any homeowner. Major revisions must be made unanimously by all homeowners. 3. Guests will need to renew their agreement to the house rules whenever there is a major update. diff --git a/mkdocs.yml b/mkdocs.yml index 0c8cda6..04e3ec6 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -6,6 +6,10 @@ theme: extra: version: provider: mike + default: latest +plugins: + - search + - mike nav: - I. Introduction: introduction.md - II. Etiquette: etiquette.md