Skip to content

Releases: dniccum/nova-documentation

v2.0.2

21 Mar 02:04
6b567c3
Compare
Choose a tag to compare

Adds Laravel 9 support.

Version 2.0.1

09 Feb 21:47
Compare
Choose a tag to compare

Updates Javascript dependencies to fix a few vulnerabilities.

2.0.0 YAML Configuration

25 Oct 15:28
413db78
Compare
Choose a tag to compare

Adds the ability to add YAML configuration to the top of your documentation to modify how it appears and is loaded into your application.

If you are using the yaml parsing method, you have the OPTIONAL ability to customize how each page is built and shown within the sidebar. You can modify the following attributes:

  • title - The title of the page within the sidebar
  • path - The path/route/link of the page. Provide a valid URL
  • order - The order in which this page will appear in the sidebar

Example

---
title: "Adding Content"
path: content
order: 2
---

# Adding content to your application

...

Version 1.3.0

08 Sep 13:20
Compare
Choose a tag to compare

Adds Laravel 8 support and sunsets Laravel 5.X support.

Laravel 7 Support

05 Mar 14:31
64cbb54
Compare
Choose a tag to compare
Merge pull request #14 from adriaanzon/laravel-7

Support Laravel 7

Version 1.1.1

12 Nov 02:06
Compare
Choose a tag to compare
  • Adds necessary PurgeCSS comments to prevent documentation styles from being removed
  • Modifies Regular Expression that replaces the links within the documentation. The following links are now supported:
    • Mailto (mailto:)
    • Relative (/terms-and-conditions)

Responsive Layout

24 Oct 15:20
636ef23
Compare
Choose a tag to compare

Adds support for a responsive Nova theme/layout; specifically the Laravel Nova Responsive Theme.

Version 1.0.2.2

09 Aug 13:34
b235c6e
Compare
Choose a tag to compare

Expands on replaceLinks method to allow for multiple periods. Fixes #6.

Version 1.0.2.1

04 Mar 16:09
075fe4a
Compare
Choose a tag to compare

Applies patch to respect nova path configuration during link replacing.

Version 1.0.2

12 Feb 14:17
Compare
Choose a tag to compare
  • Fixes a bug where the necessary javascript was not compiled correctly.