From 020fb456619ba328b0398c2bcb5d1eb07d81662b Mon Sep 17 00:00:00 2001 From: Neil Hanlon Date: Thu, 6 Apr 2023 13:30:03 -0400 Subject: [PATCH] customize --- README.md | 4 ++-- docs/CNAME | 2 +- docs/index.md | 2 +- mkdocs.yml | 10 +++++----- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 0a5ef85..fae2533 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ -# REPLACEME Wiki +# SIG/Database Wiki @TODO - fill in :) ## Continuous Integration / Continuous Deployment -Actions Runner executes workflow to publish to https://REPLACEME.rocky.page on push to main. +Actions Runner executes workflow to publish to https://sig-database.rocky.page on push to main. diff --git a/docs/CNAME b/docs/CNAME index f3adce1..b7906fd 100644 --- a/docs/CNAME +++ b/docs/CNAME @@ -1 +1 @@ -REPLACEME.rocky.page +sig-database.rocky.page diff --git a/docs/index.md b/docs/index.md index c025f75..fd09e09 100644 --- a/docs/index.md +++ b/docs/index.md @@ -1,4 +1,4 @@ -# REPLACEME Wiki +# SIG/Database Wiki ## Links diff --git a/mkdocs.yml b/mkdocs.yml index 832aaf5..c26f87a 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -1,13 +1,13 @@ --- # Project information -site_name: REPLACEME Wiki -site_url: https://REPLACEME.rocky.page +site_name: SIG/Database Wiki +site_url: https://sig-database.rocky.page site_description: >- - REPLACEME + SIG/Database Wiki # Repository -repo_url: https://git.resf.org/REPLACEME/wiki -repo_name: REPLACEME/wiki +repo_url: https://git.resf.org/sig_database/wiki +repo_name: sig_database/wiki edit_uri: _edit/main/docs/ # Copyright