https://github.com/thenamespace/docs
Documentation for Namespace
https://github.com/thenamespace/docs
docs ens ethereum
Last synced: 4 months ago
JSON representation
Documentation for Namespace
- Host: GitHub
- URL: https://github.com/thenamespace/docs
- Owner: thenamespace
- Created: 2025-07-10T09:09:51.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2026-01-28T12:10:13.000Z (5 months ago)
- Last Synced: 2026-01-29T04:37:10.192Z (5 months ago)
- Topics: docs, ens, ethereum
- Language: MDX
- Homepage: https://docs.namespace.ninja
- Size: 12.7 MB
- Stars: 0
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: changelog/address-sdk.mdx
Awesome Lists containing this project
README
# Namespace Documentation
This repository contains the documentation for [Namespace](https://namespace.ninja), a platform for ENS subname management and development tools.
## Development
Install the [Mintlify CLI](https://www.npmjs.com/package/mint) to preview the documentation changes locally:
```
npm i -g mint
mint dev
```
## Publishing Changes
Install our Github App to auto propagate changes from your repo to your deployment. Changes will be deployed to production automatically after pushing to the default branch.
## Pre-deployment Checklist
### ✅ 1. Run Locally
- [ ] Run `mint dev` and verify the site loads correctly
- [ ] Test navigation links and assets
### ✅ 2. Check docs.json Configuration
- [ ] Confirm navigation paths match file structure
- [ ] Check new files are referenced in navigation
### ✅ 3. Review Redirects
- [ ] Check if existing redirects will be affected
- [ ] Add redirects for moved/renamed pages
- [ ] Test redirects locally