Statiq.Docs icon indicating copy to clipboard operation
Statiq.Docs copied to clipboard

A static documentation site generator.

Results 55 Statiq.Docs issues
Sort by recently updated
recently updated
newest added

This fixes whitespace in API symbols by replacing it with empty string Issue refs: #55 #60 discussion ref: https://github.com/statiqdev/Discussions/discussions/210#discussioncomment-7974581 Thanks, Rohit Mahajan

API Ref generated from `@Document.GetString("xref")` ``` api-DbSyncKit.Core.Synchronization.GetSqlQueryForSyncData-T-(DbSyncKit.Core.DataContract.Result-T-, System.Int32) ``` and it outputted as ![image](https://github.com/statiqdev/Discussions/assets/28777412/e414bd72-79dd-45dd-b229-a2c479db2b1d) I removed the space between and it changed back to link but now ``` - Couldn't...

I have a test-project with the docable theme enabled that get's deployed to gh-pages. However, links to properties in classes return 404-errors. Everything works fine locally (on Windows, that is.)...

I am building docs for my Electronic Data Interchange library. One of the files in this library uses the type-safe enum pattern in order to define [Currency Codes](https://github.com/TA-RPA/Tafs.ElectronicDataInterchange/blob/main/src/Tafs.EDI.Core/Models/EDI/X12/Elements/CurrencyCode.cs). When the...

General Enhancement
Feedback Needed

It seems that nested classes don't actually get listed anywhere. Even if they aren't listed in the *Class Types* list in the sidebar, they should be listed as members of...

I've been looking to get started with Statiq.Docs however the documentation did not contain a quick answer to "what you'll get" from it. Also, the Repository only contains two class...

Assuming the following classes I would expect `Foo` to be listed as method for documentation of `MyClass`, but it is only available on documentation of `MyBaseClass` ``` public abstract class...

If a method contains multiple parameters current xref for it looks like this: ``` api-MyNamespace.MyClass.MyMethod(System.String, System.Int32) ``` This makes it impossible to use it in reference style links: ``` [MyMethod]:...

Good day This is more of a question than an issue - but does Statiq.Docs support populating the "API" section using assemblies (with, or without the xml document files)? I...

Can be used in XML comments: ``` ``` Should do _something_ with it, perhaps make bold or at least use code styling. Could also consider making a lookup table that...

General Enhancement