Skip to content

Commit 23cce9e

Browse files
committed
rename
1 parent da9ee04 commit 23cce9e

3 files changed

Lines changed: 8 additions & 7 deletions

File tree

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
# Open Targets technical documentation
1+
# Open Targets Technical Knowledge Base
2+
3+
See it live at https://opentargets.github.io/platform-kb
24

35
## Local development
46

pyproject.toml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
[project]
2-
name = "platform-technical-docs"
3-
version = "0.1.0"
4-
description = "Add your description here"
2+
name = "technical-knowledge-base"
3+
version = "0.0.1"
54
readme = "README.md"
65
requires-python = ">=3.14"
76
dependencies = []

zensical.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
[project]
2-
site_name = "Open Targets Knowledge Base"
2+
site_name = "Open Targets Technical Knowledge Base"
33
site_description = "Standard operation procedures, architectural overviews, and best practices to be followed across the organisation."
44
site_author = "Open Targets Team"
5-
site_url = "https://opentargets.github.io/platform-technical-docs/"
5+
site_url = "https://opentargets.github.io/technical-knowledge-base/"
66
copyright = "Copyright 2014-2026 EMBL - European Bioinformatics Institute, Genentech, GSK, MSD, Pfizer, Sanofi and Wellcome Sanger Institute"
7-
repo_url = "https://github.com/opentargets/platform-technical-docs"
7+
repo_url = "https://github.com/opentargets/technical-knowledge-base"
88

99
# Zensical supports both implicit navigation and explicitly defined navigation.
1010
# If you decide not to define a navigation here then Zensical will simply

0 commit comments

Comments
 (0)