0.0.10 • Published 9 months ago

@openctx/provider-devdocs v0.0.10

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
9 months ago

DevDocs page context provider for OpenCtx

This is a context provider for OpenCtx that fetches contents from https://devdocs.io/ pages by name for use as context.

Usage

Add the following to your settings in any OpenCtx client:

"openctx.providers": {
    // ...other providers...
    "https://openctx.org/npm/@openctx/provider-devdocs": true,
},

This will use the default documentation sets as used by https://devdocs.io/. To specify the documentation use a configuration like:

"openctx.providers": {
    // ...other providers...
    "https://openctx.org/npm/@openctx/provider-devdocs": {
        "urls": ["https://devdocs.io/go/", "https://devdocs.io/angular~16/"]
    }
},

A URL is any top-level documentation URL on https://devdocs.io/.

Development

0.0.10

9 months ago

0.0.9

9 months ago

0.0.8

10 months ago

0.0.7

12 months ago

0.0.6

12 months ago

0.0.5

12 months ago

0.0.4

1 year ago

0.0.3

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago