Skip to content

Commit 06138c6

Browse files
authored
Merge pull request #62 from IBM/documentation-updates
Documentation updates and media kit
2 parents 4e6000d + 6b2b0ce commit 06138c6

File tree

25 files changed

+405
-163
lines changed

25 files changed

+405
-163
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ repos:
5656
#
5757
# • `:contentReference`
5858
# • `[oaicite:??<digits>]` (e.g. `[oaicite:??12345]`)
59+
# • source=chatgpt.com
5960
# • Stock phrases such as
6061
# – "As an AI language model"
6162
# – "I am an AI developed by"
@@ -88,7 +89,7 @@ repos:
8889
- id: forbid-ai-stock-phrases
8990
name: ❌ Forbid AI Stock Phrases
9091
description: Prevents common AI-generated phrases from being committed.
91-
entry: '(?i)(as an ai language model|i am an ai developed by|this response was generated by|i don''t have real-time information|i don''t have access to real-time|i can''t browse the internet|i cannot browse the internet|my knowledge cutoff|my training data|i''m not able to access|i don''t have the ability to)'
92+
entry: '(?i)(source=chatgpt.com|turn0search0|as an ai language model|i am an ai developed by|this response was generated by|i don''t have real-time information|i don''t have access to real-time|i can''t browse the internet|i cannot browse the internet|my knowledge cutoff|my training data|i''m not able to access|i don''t have the ability to)'
9293
language: pygrep
9394
types: [text]
9495
exclude: ^\.pre-commit-config\.yaml$

README.md

Lines changed: 163 additions & 61 deletions
Large diffs are not rendered by default.

docs/base.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ markdown_extensions:
135135

136136
plugins:
137137
search: {}
138-
inline-svg: {}
138+
# inline-svg: {}
139139
table-reader: {}
140140
git-revision-date-localized:
141141
fallback_to_build_date: true

docs/create.sh

Lines changed: 0 additions & 89 deletions
This file was deleted.

docs/docs/.pages

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
nav:
22
- "🏠 Home": index.md
33
- "🧭 Overview": overview
4-
- "🧰 Using": using
5-
- "🚀 Deployment": deployment
4+
- "🧰 Use": using
5+
- "🚀 Deploy": deployment
66
- "🛡️ Manage": manage
7-
- "💻 Development": development
8-
- "🧪 Testing": testing
7+
- "💻 Develop": development
8+
- "🧪 Test": testing
99
- "📐 Architecture": architecture
10+
- "📰 Media": media

docs/docs/architecture/.pages

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
title: Architecture
21
nav:
32
- Overview: index.md
43
- Decision Records: adr

docs/docs/deployment/.pages

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
title: Deployment
21
nav:
32
- index.md
43
- local.md

docs/docs/development/.pages

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
title: Development
21
nav:
32
- index.md
43
- github.md

docs/docs/manage/.pages

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
title: Management
21
nav:
32
- index.md
43
- backup.md

docs/docs/media/.pages

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
nav:
2+
- "Overview": index.md
3+
- "Media Kit": kit
4+
# - "Press": press
5+
- "Social": social
6+
# - "Testimonials": testimonials

0 commit comments

Comments
 (0)