Skip to content

Commit f059c91

Browse files
author
Julien Turbide
committed
Refactor documentation from Zemit to Phalcon Kit
1 parent 891128a commit f059c91

1,434 files changed

Lines changed: 639969 additions & 1134946 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/mkdocs_build.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,6 @@ jobs:
4343
- name: Create .nojekyll file
4444
run: touch ./site/.nojekyll
4545

46-
- name: Copy CNAME file
47-
run: echo "docs.zemit.com" > ./site/CNAME
48-
4946
- name: Deploy to GitHub Pages
5047
uses: peaceiris/actions-gh-pages@v4
5148
with:

CNAME

Lines changed: 0 additions & 1 deletion
This file was deleted.

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
BSD 3-Clause License
22

3-
Copyright (c) 2017-present, Zemit
3+
Copyright (c) 2017-present, Phalcon Kit
44

55
Redistribution and use in source and binary forms, with or without
66
modification, are permitted provided that the following conditions are met:

README.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
1-
# Zemit CMS Documentation
1+
# Phalcon KIT Documentation
22

3-
Welcome to the documentation for Zemit CMS. This documentation project is built using MkDocs and serves as a
4-
comprehensive guide to understanding and utilizing the features provided by Zemit CMS.
3+
Welcome to the documentation for Phalcon KIT. This documentation project is built using MkDocs and serves as a
4+
comprehensive guide to understanding and utilizing the features provided by Phalcon KIT.
55

66
## Official Documentation
77

8-
Visit the [official documentation site](https://docs.zemit.com/) for detailed information, tutorials, and examples on
9-
using Zemit CMS.
8+
Visit the [official documentation site](https://github.com/phalcon-kit/docs) for detailed information, tutorials, and examples on
9+
using Phalcon KIT.
1010

11-
## Zemit CMS Website
11+
## Phalcon KIT Website
1212

13-
For more information about Zemit CMS and its features, visit the [official website](https://www.zemit.com/).
13+
For more information about Phalcon KIT and its features, visit the [official website](https://github.com/phalcon-kit/core).
1414

1515
## Installation
1616

@@ -19,7 +19,7 @@ To build and install the documentation locally, follow these steps:
1919
Clone the repository:
2020

2121
```bash
22-
git clone https://github.com/zemit-cms/docs.git
22+
git clone https://github.com/phalcon-kit/docs.git
2323
```
2424

2525
Navigate to the project directory:
@@ -30,19 +30,19 @@ cd docs
3030

3131
Use the Dockerfile:
3232
```bash
33-
docker build -t zemit-mkdocs .
33+
docker build -t phalcon-kit-mkdocs .
3434
```
3535

3636
Build the documentation:
3737

3838
```bash
39-
docker run -e CD=true --rm -it -v ${PWD}:/docs zemit-mkdocs build
39+
docker run -e CD=true --rm -it -v ${PWD}:/docs phalcon-kit-mkdocs build
4040
```
4141

4242
Start a local development server to view the documentation:
4343

4444
```bash
45-
docker run -e CI=true --rm -it -p 8000:8000 -v ${PWD}:/docs zemit-mkdocs
45+
docker run -e CI=true --rm -it -p 8000:8000 -v ${PWD}:/docs phalcon-kit-mkdocs
4646
```
4747

4848
Open your web browser and visit http://localhost:8000 to view the documentation.
@@ -51,10 +51,10 @@ Open your web browser and visit http://localhost:8000 to view the documentation.
5151

5252
Contributions to the documentation are welcome! If you would like to contribute, please fork the repository, make your
5353
changes, and submit a pull request. Refer to
54-
the [Contribution Guidelines](https://github.com/zemit-cms/core/blob/master/CONTRIBUTING.md) for more information.
54+
the [Contribution Guidelines](https://github.com/phalcon-kit/core/blob/master/CONTRIBUTING.md) for more information.
5555

5656
## License
5757

5858
This documentation is licensed under
59-
the [BSD 3-Clause License](https://github.com/zemit-cms/core/blob/master/LICENSE.txt). You are free to use, modify, and
59+
the [BSD 3-Clause License](https://github.com/phalcon-kit/core/blob/master/LICENSE.txt). You are free to use, modify, and
6060
distribute the documentation as per the terms of the license.

bin/dev.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
podman run -e CI=true --rm -it -p 8000:8000 -v ${PWD}:/docs phalcon-kit-mkdocs

0 commit comments

Comments
 (0)