🌐
GitHub
github.com › ovasquez › docfx-material
GitHub - ovasquez/docfx-material: A simple material theme for DocFX · GitHub
A simple material theme for DocFX. This is an override of the modern template so you need to enable both in the docfx.json.
Author: ovasquez
🌐
Ovasquez
ovasquez.github.io › docfx-material
DocFX Material | DocFX Material
A simple material theme for DocFX. This is an override of the modern template so you need to enable both in the docfx.json.
🌐
GitHub
github.com › ovasquez › docfx-material › releases
Releases · ovasquez/docfx-material
Added support for the modern docfx template, including: Light and dark mode. Simplified color customization. Improved hover effects. Updated styles to new material theme: https://m3.material.io/get-started.
Author: ovasquez
🌐
.NEXT
dotnet.github.io › docfx › extensions › templates.html
Templates | docfx
Customizable responsive DocFX template designed with memberpage plugin compatibility to produce docs similar to Microsoft .NET docs.
🌐
Ovasquez
ovasquez.github.io › docfx-material › changelog.html
Changelog | DocFX Material
June 7, 2023 - Added support for the modern docfx template, including: Light and dark mode. Simplified color customization. Improved hover effects. Updated styles to new material theme: https://m3.material.io/get-started.
🌐
OpenWeaver
kandi.openweaver.com › css › ovasquez › docfx-material
docfx-material | A simple material theme for DocFX | Theme library
docfx-material is a CSS library typically used in User Interface, Theme applications. docfx-material has no bugs, it has no vulnerabilities, it has a Permissive License and it has low support.
🌐
.NEXT
dotnet.github.io › docfx › docs › template.html
Template | docfx
Docfx ships several built-in templates. We recommend using the modern template that matches the look and feel of this site.
🌐
Steffen-wilke
steffen-wilke.github.io › darkfx
darkFX - A dark theme for DocFX! | darkFX
Update the docfx.json configuration to include the material template: json { "template": [ "default", "templates/darkfx" ], }
Starred by 55 users
Forked by 9 users
Languages: CSS 88.7% | JavaScript 11.3% | CSS 88.7% | JavaScript 11.3%
Author: dotnet
Find elsewhere
🌐
Ovasquez
ovasquez.github.io › docfx-material › api › index.html
Petstore API | DocFX Material
This is a sample server Petstore server. You can find out more about Swagger at http://swagger.io or on irc.freenode.net, #swagger. For this sample, you can use the api key special-key to test the authorization filters · Add a new pet to the store
🌐
Platform Uno
platform.uno › docs › articles › uno-development › docfx.html
The Uno docs website and DocFX
Uno Platform's docs website uses DocFX to convert Markdown files in the articles folder into html files.
🌐
.NEXT
dotnet.github.io › docfx › docs › table-of-contents.html
Table of Contents | docfx
The toc.yml file in the docfx.json folder will be used to fill the content of the navigation bar at the top of the page.
🌐
GitHub
github.com › dotnet › docfx › blob › main › docs › spec › docfx_document_schema.md
docfx/docs/spec/docfx_document_schema.md at main · dotnet/docfx
DocFX Document Schema (abbreviated to THIS schema below) is introduced to address this problem. This schema is a JSON media type for defining the structure of a DocFX document.
Author: dotnet
🌐
.NEXT
dotnet.github.io › docfx › docs › basic-concepts.html
Basic Concepts | docfx
Docfx can be used as a static site generator, but the real value of the tool is in bringing together static documentation pages and .NET API documentation. Docfx supports both C# and VB projects (although currently the output of tool is limited to C# syntax), and relies on the long-established XML comment syntax for C# (and similarly for VB).
🌐
GitHub
github.com › dotnet › docfx
GitHub - dotnet/docfx: Static site generator for .NET API documentation. · GitHub
Build your technical documentation site with docfx, with landing pages, markdown, API reference docs for .NET, REST API and more.
Author: dotnet
🌐
.NEXT
dotnet.github.io › docfx
Quick Start | docfx - Microsoft .NET - GitHub Pages
Docfx produces static HTML files under the _site folder ready for publishing to any static site hosting servers.
🌐
.NEXT
dotnet.github.io › docfx › spec › docfx_flavored_markdown.html
DocFX Flavored Markdown | DocFX website
DocFX supports DocFX Flavored Markdown, aka DFM. It supports all GitHub Flavored Markdown syntax and compatible with CommonMark.