https://github.com/jorgik1/drupal-docs-list
Provides simplified and accessible Drupal docs
https://github.com/jorgik1/drupal-docs-list
description documentation drupal
Last synced: 3 months ago
JSON representation
Provides simplified and accessible Drupal docs
- Host: GitHub
- URL: https://github.com/jorgik1/drupal-docs-list
- Owner: jorgik1
- License: gpl-3.0
- Created: 2023-03-13T14:33:42.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2026-03-31T19:26:19.000Z (3 months ago)
- Last Synced: 2026-03-31T21:29:20.492Z (3 months ago)
- Topics: description, documentation, drupal
- Language: TypeScript
- Homepage: https://drupal-docs-list.vercel.app
- Size: 294 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
This is a [Drupal.org](https://drupal.org/) documentation project based on Next.js.
The project is a work in progress and is not yet ready for production.
## Features
Simplified documentation view
## Features to be added
- [ ] Search
- [ ] Table of contents
- [ ] Better categorization
## Requirements
- [Node.js](https://nodejs.org/en/) (v14.0.0 or later)
- [Yarn](https://yarnpkg.com/) (v1.22.0 or later)
- [Pnpm](https://pnpm.io/) (v6.0.0 or later)
## Getting Started
First, run the development server:
```bash
npm run dev
# or
yarn dev
# or
pnpm dev
```
Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.