Skip to content

Commit

Permalink
Renamed use-case-tree-method website to method.ekgf.org
Browse files Browse the repository at this point in the history
  • Loading branch information
jgeluk committed Sep 9, 2022
1 parent 1f37653 commit 9d4a513
Show file tree
Hide file tree
Showing 11 changed files with 28 additions and 29 deletions.
5 changes: 5 additions & 0 deletions .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion CNAME
Original file line number Diff line number Diff line change
@@ -1 +1 @@
use-case-tree-method.ekgf.org
method.ekgf.org
8 changes: 1 addition & 7 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,12 @@
ifeq ($(OS),Windows_NT)
YOUR_OS := Windows
INSTALL_TARGET := install-windows
OPEN_EDITORS_VERSION_TARGET := open-editors-version-windows
OPEN_RELEASE_VERSION_TARGET := open-release-version-windows
MKDOCS := mkdocs
PIP := pip
else
YOUR_OS := $(shell sh -c 'uname 2>/dev/null || echo Unknown')
ifeq ($(YOUR_OS), Linux)
INSTALL_TARGET := install-linux
OPEN_EDITORS_VERSION_TARGET := open-editors-version-linux
OPEN_RELEASE_VERSION_TARGET := open-release-version-linux
ifneq ($(wildcard /home/runner/.*),) # this means we're running in Github Actions
MKDOCS := mkdocs
PIP := pip
Expand All @@ -22,14 +18,12 @@ endif
endif
ifeq ($(YOUR_OS), Darwin)
INSTALL_TARGET := install-macos
OPEN_EDITORS_VERSION_TARGET := open-editors-version-macos
OPEN_RELEASE_VERSION_TARGET := open-release-version-macos
MKDOCS := $(shell asdf where python)/bin/mkdocs
PIP := $(shell asdf where python)/bin/python -m pip
endif
endif
DOC_ORG_NAME := ekgf
DOC_ROOT_NAME := use-case-tree-method
DOC_ROOT_NAME := method
CURRENT_BRANCH := $(shell git branch --show-current)
PAT_MKDOCS_INSIDERS := $(shell cat $(HOME)/.secrets/PAT_MKDOCS_INSIDERS.txt 2>/dev/null)
ifeq ($(PAT_MKDOCS_INSIDERS),)
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# use-case-tree-method
# method

Documenting the Use Case Tree method.

Expand All @@ -8,4 +8,4 @@ This is an initiative of:
- Enterprise Knowledge Graph Foundation
- University of Antwerp

The content of this repository is published as https://use-case-tree-method.ekgf.org
The content of this repository is published as https://*method.ekgf.org
2 changes: 1 addition & 1 deletion docs/CNAME
Original file line number Diff line number Diff line change
@@ -1 +1 @@
use-case-tree-method.ekgf.org
*method.ekgf.org
2 changes: 1 addition & 1 deletion docs/objective/interoperability.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ summary: Interoperability Achieved
authors:
- Carlos Tubbax
date: 2022-06-23
some_url: https://use-case-tree-method.ekgf.org/objective/interoperability/
some_url: https://*method.ekgf.org/objective/interoperability/
---

# Interoperability Achieved
Expand Down
2 changes: 1 addition & 1 deletion docs/objective/modularity.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ summary: Introducing EKG modularity
authors:
- Carlos Tubbax
date: 2022-05-01
some_url: https://use-case-tree-method.ekgf.org/objective/modularity/
some_url: https://*method.ekgf.org/objective/modularity/
hide:
- toc
---
Expand Down
4 changes: 2 additions & 2 deletions docs/other/.pages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ title: Other
nav:
- index.md
- EKGF: https://ekgf.org
- Manifesto: https://manifesto.ekgf.org
- Principles: https://principles.ekgf.org
- Maturity Model: https://maturity-model.ekgf.org
- Use Case Tree Method: https://use-case-tree-method.ekgf.org
- Use Case Tree Method: https://*method.ekgf.org
- author
14 changes: 7 additions & 7 deletions docs/other/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ have lead to various websites:

The main website of the Foundation: [https://ekgf.org](https://ekgf.org)

## Manifesto
## Principles

The EKG Manifesto:
[https://manifesto.ekgf.org](https://manifesto.ekgf.org),
The EKG Principles:
[https://principles.ekgf.org](https://principles.ekgf.org),
this is a project that is being maintained in the GitHub repository
[EKGF/ekg-manifesto](https://github.com/EKGF/ekg-manifesto).
[EKGF/ekg-principles](https://github.com/EKGF/ekg-principles).

You're welcome to contribute.

Expand All @@ -33,8 +33,8 @@ All use cases from the community, their datasets and their ontologies:
## Use Case Tree Method

A proposal for a front-to-back method to support your EKG journey:
[https://use-case-tree-method.ekgf.org](https://use-case-tree-method.ekgf.org),
[https://*method.ekgf.org](https://*method.ekgf.org),
this is a project that is being maintained in the GitHub repository
[EKGF/use-case-tree-method](https://github.com/EKGF/use-case-tree-method).
[EKGF/method](https://github.com/EKGF/method).

You're welcome to contribute.
You're welcome to contribute.
2 changes: 1 addition & 1 deletion docs/process/plan/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ summary: The Plan Phase
authors:
- Jacobus Geluk
date: 2021-01-01
some_url: https://use-case-tree-method.ekgf.org/process/plan/
some_url: https://*method.ekgf.org/process/plan/
hide:
- toc
- navigation
Expand Down
12 changes: 6 additions & 6 deletions mkdocs.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# yaml-language-server: $schema=https://squidfunk.github.io/mkdocs-material/schema.json
site_name: Use Case Tree Method
site_description: Use Case Tree Method
repo_name: 'EKGF/use-case-tree-method'
repo_url: https://github.com/EKGF/use-case-tree-method
site_url: https://use-case-tree-method.ekgf.org
site_name: EKG/Method
site_description: Use Case Tree Method, a method to develop an Enterprise Knowledge Graph (EKG)
repo_name: 'EKGF/method'
repo_url: https://github.com/EKGF/method
site_url: https://*method.ekgf.org
edit_uri: edit/main/docs/
site_dir: site
site_author: Enterprise Knowledge Graph Foundation
Expand Down Expand Up @@ -67,7 +67,7 @@ extra:
- icon: fontawesome/brands/linkedin
link: https://www.linkedin.com/company/EKGF
- icon: fontawesome/brands/github
link: https://github.com/EKGF/use-case-tree-method
link: https://github.com/EKGF/method
analytics:
provider: google
property: G-VSE38KT025
Expand Down

0 comments on commit 9d4a513

Please sign in to comment.