DocumentationSupport

Description

A Microdown based Pharo tool for the in-image documentation

Details

Source
GitHub
Dialect
pharo (25% confidence)
License
MIT
Forks
2
Created
March 3, 2021
Updated
Sept. 9, 2021

README excerpt

# DocumentationSupport
A Microdown based Pharo tool for the in-image documentation

### How to load

```smalltalk
Metacello new
  baseline: 'DocumentationSupport';
  repository: 'github://pavel-krivanek/DocumentationSupport:main/src';
  load.
```

### Usage

```smalltalk
DocLibraryPresenter open: #DocumentationSupport.
```
← Back to results