You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+12-4Lines changed: 12 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
-
# Polygon Technical Docs
1
+
# Polygon Knowledge Layer
2
2
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:
4
4
5
5
- Polygon CDK
6
6
- Polygon zkEVM
@@ -23,7 +23,7 @@ In addition, we include top-level sections for Tools and Tutorials to support de
23
23
24
24
### Creating a pull request
25
25
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.
27
27
2.**Review process**: Your pull request will be reviewed by the maintainers. They may request changes or clarifications.
28
28
3.**Responsibility**: Contributors are expected to maintain their contributions over time and update them as necessary to ensure continued accuracy and relevance.
29
29
@@ -45,12 +45,20 @@ Before running the site locally, you need to have the following installed:
45
45
46
46
### Setup
47
47
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.
49
49
2.**Create a virtual environment**: Run `virtualenv venv; source venv/bin/activate` in the root directory.
Before running the website, you'll need to first load the Python virtual environment in your current shell. To do this, type the following (depending on your shell):
0 commit comments