Skip to content

Commit

Permalink
run pip freeze for mkdocs
Browse files Browse the repository at this point in the history
  • Loading branch information
containerpope committed Feb 13, 2024
1 parent 913c070 commit c43e743
Show file tree
Hide file tree
Showing 8 changed files with 41 additions and 13 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
site/**
.DS_Store
.DS_Store
.idea/
4 changes: 2 additions & 2 deletions docs/core/overview/Simple-Example.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Example

To get a first notion of what kelon does, we provide several [example setups](https://github.com/Foundato/kelon-examples) which all show a configuration of Kelon with three separate datastores (PostgreSQL, MySQL & MongoDB) in different environments. To demonstrate the ease of switching between datastores with kelon, all three datastores have the same data set.
To get a first notion of what kelon does, we provide several [example setups](https://github.com/unbasical/kelon-examples) which all show a configuration of Kelon with three separate datastores (PostgreSQL, MySQL & MongoDB) in different environments. To demonstrate the ease of switching between datastores with kelon, all three datastores have the same data set.

In the following tutorial, we will walk through all steps needed to get a project together with kelon up and running.

Expand Down Expand Up @@ -74,4 +74,4 @@ MongoDB:

## Appstore example (Spring-Boot & Vue.js)

Bored of this "playground" example? Then go ahead and checkout our [Kelon-enabled fork](https://github.com/Foundato/spring-vue-appstore) of Daniel-Seifert's [spring-vue-appstore](https://github.com/Daniel-Seifert/spring-vue-appstore) which shows how to integrate kelon in a real-world szenario.
Bored of this "playground" example? Then go ahead and checkout our [Kelon-enabled fork](https://github.com/unbasical/spring-vue-appstore) of Daniel-Seifert's [spring-vue-appstore](https://github.com/Daniel-Seifert/spring-vue-appstore) which shows how to integrate kelon in a real-world szenario.
2 changes: 1 addition & 1 deletion docs/core/overview/example/Run-Example.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

```bash
# Clone the repository
$ git clone [email protected]:Foundato/kelon.git
$ git clone [email protected]:unbasical/kelon.git

# Build the container
$ docker build . -t kelon:latest
Expand Down
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ you copy an abstraction of your entire database into OPA which is not only redun
Getting started with Kelon is as easy as following one of the How-To guides.

* [Example Setup](core/overview/Simple-Example.md)
* [Appstore example (Spring-Boot & Vue.js)](https://github.com/Foundato/spring-vue-appstore)
* [Appstore example (Spring-Boot & Vue.js)](https://github.com/unbasical/spring-vue-appstore)
2 changes: 1 addition & 1 deletion docs/operations/Deployment.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ You can find more information on how to run Kelon as a standalone process [here]

## Kubernetes

Kelon can also be deployed into Kubernetes with only a few configurations which is also available [here](https://github.com/Foundato/kelon-examples/tree/master/kube-mgmt-kelon-example) in our Kelon-Examples repository.
Kelon can also be deployed into Kubernetes with only a few configurations which is also available [here](https://github.com/unbasical/kelon-examples/tree/master/kube-mgmt-kelon-example) in our Kelon-Examples repository.
6 changes: 3 additions & 3 deletions docs/operations/Testing.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Starting test suite:
make integration-test
```

Example: [integration tests](https://github.com/Foundato/kelon/tree/develop/test/integration)
Example: [integration tests](https://github.com/unbasical/kelon/tree/develop/test/integration)

## E2E testing
The E2E-Testing starts a local docker-compose environment and runs a Postman collection against Kelon.
Expand All @@ -28,7 +28,7 @@ Starting E2E-Test
make e2e-test
```

Example: [e2e tests](https://github.com/Foundato/kelon/tree/develop/test/e2e)
Example: [e2e tests](https://github.com/unbasical/kelon/tree/develop/test/e2e)


## Load testing
Expand All @@ -46,4 +46,4 @@ Translate/update postman collections to k6 collections:
make load-test-update-postman
```

Example: [load tests](https://github.com/Foundato/kelon/tree/develop/test/load)
Example: [load tests](https://github.com/unbasical/kelon/tree/develop/test/load)
6 changes: 3 additions & 3 deletions mkdocs.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
site_name: Kelon Docs
theme: material

repo_name: foundato/kelon
repo_url: https://github.com/foundato/kelon
repo_name: unbasical/kelon
repo_url: https://github.com/unbasical/kelon

markdown_extensions:
- pymdownx.arithmatex
Expand All @@ -22,7 +22,7 @@ markdown_extensions:
custom_checkbox: true
- pymdownx.tilde

pages:
nav:
- "Core Docs":
- "Introduction": "index.md"
- "Overview":
Expand Down
29 changes: 28 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,30 @@
Babel==2.14.0
certifi==2024.2.2
charset-normalizer==3.3.2
click==8.1.7
colorama==0.4.6
ghp-import==2.1.0
idna==3.6
importlib-metadata==7.0.1
Jinja2==3.1.3
Markdown==3.5.2
MarkupSafe==2.1.5
mergedeep==1.3.4
mkdocs==1.5.3
pymdown-extensions==10.7
mkdocs-material==9.5.9
mkdocs-material-extensions==1.3.1
packaging==23.2
paginate==0.5.6
pathspec==0.12.1
platformdirs==4.2.0
Pygments==2.17.2
pymdown-extensions==10.7
python-dateutil==2.8.2
PyYAML==6.0.1
pyyaml_env_tag==0.1
regex==2023.12.25
requests==2.31.0
six==1.16.0
urllib3==2.2.0
watchdog==4.0.0
zipp==3.17.0

0 comments on commit c43e743

Please sign in to comment.