Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
41 commits
Select commit Hold shift + click to select a range
089acc8
Update subdomains page
gskril Mar 26, 2025
b443f35
Migrate to Vocs (#405)
gskril Mar 31, 2025
c549767
Improve offchain resolver docs + misc patches (#409)
gskril Mar 31, 2025
90aed01
Update L2 Reverse Registry testnet deployments
gskril Apr 4, 2025
bb3d240
Update L2 Primary Name info
gskril Apr 5, 2025
2a17563
Fix sorting DAO terms
gskril Apr 8, 2025
b2af8a9
Fix DAO sidebar ordering and MD comments in ENSIPS (#413)
gskril Apr 8, 2025
94e49ec
Add links to testnet apps
gskril Apr 14, 2025
f6f2df0
Add interactive encoding/decoding tool (#417)
gskril Apr 16, 2025
703adf2
Add EP 6.4 - 6.6 (#419)
gskril Apr 18, 2025
e2d11e9
Bump vite from 6.2.3 to 6.2.6 (#418)
dependabot[bot] Apr 18, 2025
909b728
Fix misc typos
gskril Apr 18, 2025
d464cbb
Add page about the DAO Security Council (#420)
gskril Apr 21, 2025
5a58b23
Create 6.7.mdx (#421)
Arachnid Apr 22, 2025
9743aed
Update 6.7.mdx (#422)
Arachnid Apr 23, 2025
d328b0e
Create 6.8.md (#423)
Arachnid Apr 24, 2025
ecbf7d3
fix: add CSP header (#424)
v1rtl May 5, 2025
306c278
Update status of recent proposals (#428)
gskril May 8, 2025
7287545
Improve verbiage (#425)
aslobodnik May 8, 2025
6d116c7
Add Enscribe to ENS docs (#427)
NickSneo May 8, 2025
4bf9609
Bump vite from 6.2.6 to 6.2.7 (#426)
dependabot[bot] May 8, 2025
b1cfe7d
Update foundation directors
gskril May 20, 2025
8ba8f8c
Update link in readme
gskril May 22, 2025
1ea8027
Adhere to Ethereum.org content guide
gskril May 27, 2025
e347855
Misc copy updates (#434)
gskril Jun 9, 2025
8478182
Replace <a> tags with markdown links (#437)
serenae-fansubs Jun 17, 2025
5672802
Address React warnings
gskril Jun 18, 2025
48150e2
Dampen styling on `th > code`
gskril Jun 19, 2025
7565303
Add Intercom (#440)
gskril Jun 24, 2025
0d3445b
Add EP 6.13 (#442)
gskril Jun 25, 2025
1b437b1
Add EP 6.14 (#443)
gskril Jun 25, 2025
f6d67b8
Fix status of EP6.13
gskril Jun 25, 2025
d662f22
Add EP 6.9-6.12 (#444)
gskril Jun 26, 2025
7bb8c36
Update status of recent proposals
gskril Jul 3, 2025
854560d
Add EP 6.15 (#448)
gskril Jul 18, 2025
1f39cd4
Update EP 6.15 (#449)
gskril Jul 18, 2025
b0a93c2
Create Context7 config file (#450)
gskril Jul 22, 2025
ad59c40
Add EP 6.16 (#451)
gskril Jul 23, 2025
415aae6
Create codeql.yml
conjon611 Aug 8, 2025
2a7de3b
Initial plan
Copilot Sep 9, 2025
f020b9b
Enhance CodeQL workflow with security-extended queries
Copilot Sep 9, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
4 changes: 0 additions & 4 deletions .github/CODEOWNERS

This file was deleted.

1 change: 0 additions & 1 deletion .github/PULL_REQUEST_TEMPLATE/code_update.md

This file was deleted.

1 change: 0 additions & 1 deletion .github/PULL_REQUEST_TEMPLATE/documentation_update.md

This file was deleted.

1 change: 0 additions & 1 deletion .github/PULL_REQUEST_TEMPLATE/ensip_proposal.md

This file was deleted.

24 changes: 0 additions & 24 deletions .github/actions/install/action.yml

This file was deleted.

25 changes: 0 additions & 25 deletions .github/development.md

This file was deleted.

Binary file removed .github/readme.png
Binary file not shown.
65 changes: 0 additions & 65 deletions .github/workflows/ci.yml

This file was deleted.

98 changes: 98 additions & 0 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,98 @@
# For most projects, this workflow file will not need changing; you simply need
# to commit it to your repository.
#
# You may wish to alter this file to override the set of languages analyzed,
# or to provide custom queries or build logic.
#
# ******** NOTE ********
# We have attempted to detect the languages in your repository. Please check
# the `language` matrix defined below to confirm you have the correct set of
# supported CodeQL languages.
#
name: "CodeQL Advanced"

on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
schedule:
- cron: '34 5 * * 5'

jobs:
analyze:
name: Analyze (${{ matrix.language }})
# Runner size impacts CodeQL analysis time. To learn more, please see:
# - https://gh.io/recommended-hardware-resources-for-running-codeql
# - https://gh.io/supported-runners-and-hardware-resources
# - https://gh.io/using-larger-runners (GitHub.com only)
# Consider using larger runners or machines with greater resources for possible analysis time improvements.
runs-on: ${{ (matrix.language == 'swift' && 'macos-latest') || 'ubuntu-latest' }}
permissions:
# required for all workflows
security-events: write

# required to fetch internal or private CodeQL packs
packages: read

# only required for workflows in private repositories
actions: read
contents: read

strategy:
fail-fast: false
matrix:
include:
- language: javascript-typescript
build-mode: none
# CodeQL supports the following values keywords for 'language': 'actions', 'c-cpp', 'csharp', 'go', 'java-kotlin', 'javascript-typescript', 'python', 'ruby', 'rust', 'swift'
# Use `c-cpp` to analyze code written in C, C++ or both
# Use 'java-kotlin' to analyze code written in Java, Kotlin or both
# Use 'javascript-typescript' to analyze code written in JavaScript, TypeScript or both
# To learn more about changing the languages that are analyzed or customizing the build mode for your analysis,
# see https://docs.github.com/en/code-security/code-scanning/creating-an-advanced-setup-for-code-scanning/customizing-your-advanced-setup-for-code-scanning.
# If you are analyzing a compiled language, you can modify the 'build-mode' for that language to customize how
# your codebase is analyzed, see https://docs.github.com/en/code-security/code-scanning/creating-an-advanced-setup-for-code-scanning/codeql-code-scanning-for-compiled-languages
steps:
- name: Checkout repository
uses: actions/checkout@v4

# Add any setup steps before running the `github/codeql-action/init` action.
# This includes steps like installing compilers or runtimes (`actions/setup-node`
# or others). This is typically only required for manual builds.
# - name: Setup runtime (example)
# uses: actions/setup-example@v1

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@v3
with:
languages: ${{ matrix.language }}
build-mode: ${{ matrix.build-mode }}
# If you wish to specify custom queries, you can do so here or in a config file.
# By default, queries listed here will override any specified in a config file.
# Prefix the list here with "+" to use these queries and those in the config file.

# For more details on CodeQL's query packs, refer to: https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning#using-queries-in-ql-packs
queries: security-extended,security-and-quality

# If the analyze step fails for one of the languages you are analyzing with
# "We were unable to automatically build your code", modify the matrix above
# to set the build mode to "manual" for that language. Then modify this step
# to build your code.
# ℹ️ Command-line programs to run using the OS shell.
# 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun
- if: matrix.build-mode == 'manual'
shell: bash
run: |
echo 'If you are using a "manual" build mode for one or more of the' \
'languages you are analyzing, replace this with the commands to build' \
'your code, for example:'
echo ' make bootstrap'
echo ' make release'
exit 1

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v3
with:
category: "/language:${{matrix.language}}"
59 changes: 0 additions & 59 deletions .github/workflows/deploy.yml

This file was deleted.

18 changes: 18 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,19 @@
.env
.env*.local
*.DS_Store
node_modules
npm-debug.log*
yarn-debug.log*
yarn-error.log*
.pnpm-debug.log*
vocs.config.ts.timestamp-*
src/dist

# Generated plugin files
src/pages/deployments.md
src/pages/ensip/*
!src/pages/ensip/index.mdx
src/data/generated/*
!src/data/generated/.keep

.wrangler
1 change: 1 addition & 0 deletions .nvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
v22
15 changes: 15 additions & 0 deletions .prettierrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"semi": false,
"tabWidth": 2,
"printWidth": 80,
"useTabs": false,
"singleQuote": true,
"trailingComma": "es5",
"plugins": [
"@trivago/prettier-plugin-sort-imports",
"prettier-plugin-tailwindcss"
],
"importOrder": ["<THIRD_PARTY_MODULES>", "^@/", "^[./]"],
"importOrderSeparation": true,
"importOrderSortSpecifiers": true
}
24 changes: 14 additions & 10 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ Thank you for investing your time in contributing to our documentation! Any cont

In this guide you will get an overview of the contribution workflow from opening an issue, creating a PR, reviewing, and merging the PR.

> [!NOTE]
> Please be aware that we will not be merging any pull requests that appear to be an attempt to farm activity on low-effort contributions from suspicious-looking accounts.

## Getting started

This guide will walk you through the process of contributing to the ENS docs. If you are new to GitHub, you can checkout this [GitHub tutorial](https://guides.github.com/activities/hello-world/) to get started.
Expand All @@ -12,25 +15,27 @@ This guide will walk you through the process of contributing to the ENS docs. If

#### Create a new issue

If you spot a problem with the docs, [search if an issue already exists](https://github.com/ensdomains/docs/issues). If a related issue doesn't exist, you can open a new issue using a relevant [issue form](https://github.com/ensdomains/docs/issues/new).
If you spot a problem with the docs, [search if an issue already exists](https://github.com/ensdomains/docs/issues). If a related issue doesn't exist, you can [open a new issue](https://github.com/ensdomains/docs/issues/new).

#### Solve an issue

Scan through our [existing issues](https://github.com/ensdomains/docs/issues) to find one that interests you. You can narrow down the search using `labels` as filters. As a general rule, we don't assign issues to anyone. If you find an issue to work on, you are welcome to open a PR with a fix.
Scan through our [existing issues](https://github.com/ensdomains/docs/issues) to find one that interests you. As a general rule, we don't assign issues to anyone. If you find an issue to work on, you are welcome to open a PR with a fix.

### Make Changes

#### Make changes in the UI

Click **Make a contribution** at the bottom of any docs page to make small changes such as a typo, sentence fix, or a broken link. This takes you to the `.md` file where you can make your changes and [create a pull request](#pull-request) for a review.
Click **Make a contribution** at the bottom of any docs page to make small changes. This takes you to the `.mdx` file where you can make your changes and [create a pull request](#pull-request) for a review.

#### Make changes locally

1. Fork the repository.

2. (Optional) If you are making any code changes. Install or update to **Node.js**, or run `nvm use` if using [Node Version Manager](https://nvm.sh). For more information, see [the development guide](.github/development.md).
> [!NOTE]
> Node.js version 20 or higher is required to build the docs.

3. Create a working branch and start with your changes!
1. Fork the repository via the GitHub UI.
2. Clone your forked repository to your local machine.
3. Create a working branch and make your changes!
4. Build the docs locally with `pnpm run build` to ensure your changes are valid.

### Commit your update

Expand All @@ -39,10 +44,9 @@ Commit the changes once you are happy with them. Upon creating a Pull Request yo
### Pull Request

When you're finished with the changes, create a pull request, also known as a PR.
- Fill the "Ready for review" template so that we can review your PR. This template helps reviewers understand your changes as well as the purpose of your pull request.
- Don't forget to [link PR to issue](https://docs.github.com/en/issues/tracking-your-work-with-issues/linking-a-pull-request-to-an-issue) if you are solving one.

- Enable the checkbox to [allow maintainer edits](https://docs.github.com/en/github/collaborating-with-issues-and-pull-requests/allowing-changes-to-a-pull-request-branch-created-from-a-fork) so the branch can be updated for a merge.
Once you submit your PR, a Docs team member will review your proposal. We may ask questions or request additional information.
Once you submit your PR, a Docs team member will review your proposal. We may ask questions or request additional information.
- We may ask for changes to be made before a PR can be merged, either using [suggested changes](https://docs.github.com/en/github/collaborating-with-issues-and-pull-requests/incorporating-feedback-in-your-pull-request) or pull request comments. You can apply suggested changes directly through the UI. You can make any other changes in your fork, then commit them to your branch.
- As you update your PR and apply changes, mark each conversation as [resolved](https://docs.github.com/en/github/collaborating-with-issues-and-pull-requests/commenting-on-a-pull-request#resolving-conversations).
- If you run into any merge issues, checkout this [git tutorial](https://github.com/skills/resolve-merge-conflicts) to help you resolve merge conflicts and other issues.
Expand Down
Loading