docs-devkit icon indicating copy to clipboard operation
docs-devkit copied to clipboard

Tooling for Axway Appcelerator open source documentation. https://titanium-docs-devkit.netlify.com/

Results 30 docs-devkit issues
Sort by recently updated
recently updated
newest added

Bumps [js-yaml](https://github.com/nodeca/js-yaml) from 3.14.0 to 4.1.0. Changelog Sourced from js-yaml's changelog. [4.1.0] - 2021-04-15 Added Types are now exported as yaml.types.XXX. Every type now has options property with original arguments...

dependencies

Fix for #170. My solution was to change how the version parsing happens so that it doesn't leave any path separators in the version and extracts it correctly.

The plugin appears to be trying to create a regular expression with the full path to a directory, but it fails on Windows for some reason. ``` SyntaxError: Invalid regular...

We should introduce an optional property on types so we can manually classify them as one of our known pseudo types: - proxy - module - view - pseudo Basically...

We use a shorthand `` style link in our markdown in the apidocs and it gets converted to a link to the target API. However, it seems to typically use...

The Constants header is listed on the left-hand sidebar, but children are not. Not sure if this is simply a matter of that section being an `h2` while the children...

First of all, thank you for all of the great work you have done! I arrived here following the threads all the way from https://github.com/vuejs/vuepress/issues/1018 I have switched our theme...

It looks like the pathnames are joined with a wrong format on windows. ![image](https://user-images.githubusercontent.com/10911904/95551324-dbe37600-0a0a-11eb-974c-7f1dcd3ac62a.png)

There's an error versioning route for my project like this: * version: 1.0.0, generated at: localhost:8080/1.0.0/1.0.0/ because of relative path has included the version str and replaced into `/${version}/${path}` I...

bug

This pull request improves the TypeScript code generation in the documentation generator by enhancing type handling, especially for generics and union types. The changes ensure that generated TypeScript code is...