docs.page icon indicating copy to clipboard operation
docs.page copied to clipboard

Instant Open Source docs with zero configuration.

Results 91 docs.page issues
Sort by recently updated
recently updated
newest added

enhancement
hacktoberfest

This PR adds a react-flow component. Keeping it as a draft as I've just used their example code as a component for now. It seems to work nicely, but worth...

I'm currently trying to render a markdown which contains `${{ }}` like this: **The markdown** ```` ```yaml ${{ test }} ``` ```` **What i'm expecting** ```yaml ${{ test }} ```...

bug

I'd like to be able to do something along the lines of: ``` $ npm install -g docs.page $ docs.page build # converts my whole website to static HTML that...

enhancement

Imagine I have a document with multiple levels of headings: ``` # Title Hello ## Subheading Some content ### Nested subheading Wow ## Second Subheading Much content ``` It'd be...

- Add in dart typedoc generator package - Add in node wrapper for typedoc package - Fix tab content in production Docs still need to be completed for all the...

I'm using the `Image` component as documented in [Components - Image](https://use.docs.page/components#image-) This is the code `` When activating the image zoom, the image gets enlarged to the maximum canvas size...

bug

Various things on v2 of docs.page: - layout of error page needs tweaking slightly - if the frontmatter is causing the issue, let the user know. - reimplement the debug...

enhancement

I was wondering, why do we need to manually set a sidebar in the config? Couldn't this be generated automatically according to the folder/file hierarchy? With this hierarchy ``` docs...