An open API service indexing awesome lists of open source software.

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

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.