Skip to content

Commit efb8953

Browse files
committed
Change name
1 parent b27986c commit efb8953

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# Polygon Technical Docs
1+
# Polygon Knowledge Layer
22

3-
Welcome to the Polygon Technical Docs! This documentation is built using [the Material theme for MkDocs](https://squidfunk.github.io/mkdocs-material/). Our goal is to establish a high-quality, curated, and comprehensive "source of truth" for technical knowledge surrounding Polygon's main technology. This includes detailed sections on:
3+
Welcome to the Polygon Knowledge Layer! This documentation is built using [the Material theme for MkDocs](https://squidfunk.github.io/mkdocs-material/). Our goal is to establish a high-quality, curated, and comprehensive "source of truth" for technical knowledge surrounding Polygon's main technology. This includes detailed sections on:
44

55
- Polygon CDK
66
- Polygon zkEVM
@@ -23,7 +23,7 @@ In addition, we include top-level sections for Tools and Tutorials to support de
2323

2424
### Creating a pull request
2525

26-
1. **Pull request**: Once your changes are complete, create a pull request against the main branch of Polygon Technical Docs.
26+
1. **Pull request**: Once your changes are complete, create a pull request against the main branch of Polygon Knowledge Layer.
2727
2. **Review process**: Your pull request will be reviewed by the maintainers. They may request changes or clarifications.
2828
3. **Responsibility**: Contributors are expected to maintain their contributions over time and update them as necessary to ensure continued accuracy and relevance.
2929

@@ -45,7 +45,7 @@ Before running the site locally, you need to have the following installed:
4545

4646
### Setup
4747

48-
1. **Clone repository**: Clone the Polygon Technical Docs repository to your local machine.
48+
1. **Clone repository**: Clone the Polygon Knowledge Layer repository to your local machine.
4949
2. **Create a virtual environment**: Run `virtualenv venv; source venv/bin/activate` in the root directory.
5050
3. **Install dependencies**: Install required Python packages with `pip3 install -r requirements.txt`.
5151

mkdocs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
site_name: Polygon docs
1+
site_name: Polygon Knowledge Layer
22
site_author: Polygon Labs
33
copyright: Copyright © 2023 Polygon Labs
4-
repo_name: Polygon docs
4+
repo_name: Polygon Knowledge Layer
55
repo_url: https://github.com/0xPolygon/polygon-docs
66
edit_uri: edit/main/docs/
77
#remote_branch: gh-pages

0 commit comments

Comments
 (0)