All Projects → georgringer → doc

georgringer / doc

Licence: other
Project documentation for editors & integratiors, visible in the TYPO3 backend

Programming Languages

CSS
56736 projects
PHP
23972 projects - #3 most used programming language
HTML
75241 projects

Projects that are alternatives of or similar to doc

t3api
TYPO3 extension t3api. REST API for your TYPO3 project. Config with annotations, built in filtering, pagination, typolinks, image processing, uploads (FAL), serialization contexts, responses in Hydra/JSON-LD format.
Stars: ✭ 28 (+64.71%)
Mutual labels:  typo3-cms-extension, typo3-extension
urlguard
TYPO3 extension urlguard. Allows to define what query parameters will be passed to newly created typolinks.
Stars: ✭ 16 (-5.88%)
Mutual labels:  typo3-cms-extension, typo3-extension
schema
TYPO3 extension providing an API and view helpers for schema.org markup
Stars: ✭ 19 (+11.76%)
Mutual labels:  typo3-cms-extension, typo3-extension
restrictfe
TYPO3 extension restrictfe. Blocks access to frontend and allows to show it only to some defined exception's like if the request is from an authorized backend user, has specific IP, header etc.
Stars: ✭ 12 (-29.41%)
Mutual labels:  typo3-cms-extension, typo3-extension
tt address
Add address / contact datasets to your content management system.
Stars: ✭ 34 (+100%)
Mutual labels:  typo3-cms-extension, typo3-extension
t3monitoring
Monitoring service of TYPO3 extensions
Stars: ✭ 45 (+164.71%)
Mutual labels:  typo3-cms-extension, typo3-extension
typo3v10 example sitepackage
Site package extension for TYPO3 10 feature demonstration
Stars: ✭ 13 (-23.53%)
Mutual labels:  typo3-cms-extension, typo3-extension
t3monitoring client
Monitoring client
Stars: ✭ 28 (+64.71%)
Mutual labels:  typo3-cms-extension, typo3-extension
backend debug
Debug support in TYPO3 backend
Stars: ✭ 20 (+17.65%)
Mutual labels:  typo3-cms-extension, typo3-extension
basetemplate9
TYPO3 v9 LTS Template Foundation - Use it as a base for your website configuration. Add all your Stylesheets, JavaScripts and Templates.
Stars: ✭ 15 (-11.76%)
Mutual labels:  typo3-cms-extension, typo3-extension
in2publish core
in2publish Community Version
Stars: ✭ 38 (+123.53%)
Mutual labels:  typo3-cms-extension, typo3-extension
mask export
Export your mask elements as extension
Stars: ✭ 45 (+164.71%)
Mutual labels:  typo3-extension
luxletter
Newsletter system for TYPO3
Stars: ✭ 18 (+5.88%)
Mutual labels:  typo3-extension
randomdata
TYPO3 extensions to generate new random data or replace existing data with random data
Stars: ✭ 14 (-17.65%)
Mutual labels:  typo3-extension
rest
REST webservices for TYPO3 CMS
Stars: ✭ 78 (+358.82%)
Mutual labels:  typo3-cms-extension
typo3-formlog
Form log for TYPO3
Stars: ✭ 16 (-5.88%)
Mutual labels:  typo3-cms-extension
TYPO3 Restler
restler (PHP REST-Framework) for TYPO3
Stars: ✭ 29 (+70.59%)
Mutual labels:  typo3-extension
blog
This blog extension uses TYPO3s core concepts and elements to provide a full-blown blog that users of TYPO3 can instantly understand and use.
Stars: ✭ 39 (+129.41%)
Mutual labels:  typo3-cms-extension
autoloader
⚙️ Best TYPO3 Swiss Army knife ever ⚙️
Stars: ✭ 22 (+29.41%)
Mutual labels:  typo3-extension
graphql
TYPO3 CMS package for GraphQL (experimental)
Stars: ✭ 21 (+23.53%)
Mutual labels:  typo3-cms-extension

TYPO3 Extension doc

This extension adds an option to the Help menu called Project Documentation, that lets you deliver documentation about your project from within TYPO3 CMS backend.

Help

The extension also ships with a widget for the TYPO3 Dashboad extension to give you quick access to your project documentation.

Widget

The documentation is based on Markdown. This makes it easy to write documentation while you're building a custom extension, or afterward. You could include descriptions of content elements, release notes, instructions for raising issues or anything else that needs to be documented.

The JS library docsify transforms markdown files into beautiful HTML content.

Demo

Setup the extension

Download the extension. Use one of the following options:

  1. Composer: composer req georgringer/doc
  2. TER: Download extension from TER
  3. TYPO3 Backend: Download extension in Extension Manager

Configuration

Switch to Install Tool/Settings and customize the global configuration. As seen in the screenshot below, the following configuration options are available:

  • Documentation Root Path: Define the path to the Markdown files
  • Documentation Name: Documentation name as it appears in the sidebar
  • Dark mode: Enable the dark mode

Extension Configuration

Write the documentation

Without any documentation, this extension is not useful at all :)

Check out the sample documentation included in this extension which you can use as a guide EXT:doc/Resources/Private/ExampleDocs. See also the Markdown Cheatsheet as there are some nice features available.

When you create your own documentation make sure to put the folder with your markdown files in Resources/Private. Otherwise your markdown files may be publicly accessible.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].