Skip to content
This repository was archived by the owner on Aug 5, 2021. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions .gitignore

This file was deleted.

50 changes: 33 additions & 17 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,15 @@
CONTENTS OF THIS FILE
---------------------
# CONTENTS OF THIS FILE

* Introduction
* Requirements
* Installation
* Configuration
* Maintainers


INTRODUCTION
------------
## INTRODUCTION

The Devportal module allows you to expose API reference documentation by
uploading Swagger/OpenAPI files - as well as create, edit, import and publish
publishing Swagger/OpenAPI files - as well as create, edit, import and publish
conceptual documentation on your Drupal site.

* For a full description of the module, visit the project page:
Expand All @@ -21,15 +18,38 @@ conceptual documentation on your Drupal site.
* To submit bug reports and feature suggestions, or to track changes:
https://www.drupal.org/project/issues/devportal

* You can add the 'FAQ' submodule to your Devportal. Questions can be grouped by topics and these topics can be used as filters on the FAQ listing page.

* We recommend you to enable the 'Guides' submodule, which gives the ability for writers to upload docs in Markdown. It is a useful tool for content editors. Read more [here](/modules/guides/README.md).


## REQUIREMENTS

This module requires only Drupal core, but optional modules can be added, such as:

* [Apigee Edge](https://www.drupal.org/project/apigee_edge)

* [Contact Emails](https://www.drupal.org/project/contact_emails)

* [EU Cookie Compliance](https://www.drupal.org/project/eu_cookie_compliance)

REQUIREMENTS
------------
* [Google Tag Manager](https://www.drupal.org/project/google_tag)

This module requires no modules outside of Drupal core.
* [Honeypot](https://www.drupal.org/project/honeypot)

* [Metatag](https://www.drupal.org/project/metatag)

INSTALLATION
------------
* [Node view permissions](https://www.drupal.org/project/node_view_permissions)

* [Pathauto](https://www.drupal.org/project/pathauto)

* [Redirect](https://www.drupal.org/project/redirect)

* [Swagger UI Field Formatter](https://www.drupal.org/project/swagger_ui_formatter)

* [Views Accordion](https://www.drupal.org/project/views_accordion)

## INSTALLATION

* Install the Developer portal module as you would normally install a
contributed Drupal module. Visit https://www.drupal.org/node/1897420 for
Expand All @@ -40,17 +60,13 @@ INSTALLATION
README of the latter, as it might contain some useful Composer-related
information about pulling in its JS dependencies.


CONFIGURATION
-------------
## CONFIGURATION

1. Navigate to Administration > Extend and enable the module.
2. Navigate to Administration > Devportal > Configuration to manage
Devportal configurations.


MAINTAINERS
-----------
## MAINTAINERS

* tamasd - https://www.drupal.org/u/tamasd
* Balazs Wittmann (balazswmann) - https://www.drupal.org/u/balazswmann
Expand Down
45 changes: 0 additions & 45 deletions src/EventSubscriber/DevportalAdminEventSubscriber.php

This file was deleted.