diff --git a/docs/base/code.html b/docs/base/code.html index 54bf695a..1a72e068 100644 --- a/docs/base/code.html +++ b/docs/base/code.html @@ -6,7 +6,9 @@

Example

-
public class RaygunLoggerProvider : ILoggerProvider
+    
+
+
public class RaygunLoggerProvider : ILoggerProvider
 {
     private readonly RaygunConfiguration _config;
     private readonly ConcurrentDictionary<string, RaygunLogger> _loggers = new ConcurrentDictionary<string, RaygunLogger>();
@@ -26,8 +28,8 @@ 

Example

return _loggers.GetOrAdd(categoryName, x => new RaygunLogger(categoryName, _config)); } }
-
- {% highlight html %} +
+{% highlight html %}
     
     public class RaygunLoggerProvider : ILoggerProvider
@@ -52,6 +54,6 @@ 

Example

}
- {% endhighlight %} +{% endhighlight %}
\ No newline at end of file diff --git a/docs/components/article-content.html b/docs/components/article-content.html index ce894ec7..dd9dc707 100644 --- a/docs/components/article-content.html +++ b/docs/components/article-content.html @@ -8,145 +8,81 @@

Example

Article content

The article content component contains styling for headings, tables and lists.

-
-

H2 heading

-

H3 heading

-

H4 heading

+
+
+
+

H2 heading

+

H3 heading

+

H4 heading

-

Tables

- - - - - - - - - - - - - - - -
- - - - Fractal Design Define R5 Black ATX Midtower - Silent PC Computer Case -

- A well designed case inside and out. An understated Scandinavian design with - sound-absorbing material. It's highly configurable which makes it easy to work in and - means you can get creative with your build! -

-
- - - - Intel Core i7 6800 K 3.40 GHz - LGA2011 V3 15MB Cache High End Desktop Processor CPU - Black -

- Part of Intel's Broadwell-E CPU range. The i7-6800K features six CPU cores (12 threads) - and 28 PCIe lanes. Out of the chips in the range I consider this to be the sweet spot, - the prices increase dramatically and aren't worth it for the extra performance. -

-
- - - - Asus X99-A/U3.1 ATX USB 3.0 Motherboard -

- Reasonably priced and full of features, you get a lot for your money with this board. It - even has Asus's Aura RGB lighting system, so you can make it look all pretty. It doesn't - come with built in wifi or Bluetooth. If that is a requirement for you either get a card - or go for the PRO or DELUXE model. -

-
-

Lists

-

Unordered list

-
    -
  • Item 1
  • -
  • Item 2
  • -
  • Item 3
  • -
-

Ordered list

-
    -
  1. Item 1
  2. -
  3. Item 2
  4. -
  5. Item 3
  6. -
-
-
+

Tables

+ + + + + + + + + + + + + + + +
+ + + + Fractal Design Define R5 Black ATX Midtower + Silent PC Computer Case +

+ A well designed case inside and out. An understated Scandinavian design with + sound-absorbing material. It's highly configurable which makes it easy to work in and + means you can get creative with your build! +

+
+ + + + Intel Core i7 6800 K 3.40 GHz + LGA2011 V3 15MB Cache High End Desktop Processor CPU - Black +

+ Part of Intel's Broadwell-E CPU range. The i7-6800K features six CPU cores (12 threads) + and 28 PCIe lanes. Out of the chips in the range I consider this to be the sweet spot, + the prices increase dramatically and aren't worth it for the extra performance. +

+
+ + + + Asus X99-A/U3.1 ATX USB 3.0 Motherboard +

+ Reasonably priced and full of features, you get a lot for your money with this board. It + even has Asus's Aura RGB lighting system, so you can make it look all pretty. It doesn't + come with built in wifi or Bluetooth. If that is a requirement for you either get a card + or go for the PRO or DELUXE model. +

+
+

Lists

+

Unordered list

+
    +
  • Item 1
  • +
  • Item 2
  • +
  • Item 3
  • +
+

Ordered list

+
    +
  1. Item 1
  2. +
  3. Item 2
  4. +
  5. Item 3
  6. +
+
+
{% highlight html %}
-

H2 heading

-

H3 heading

-

H4 heading

- -

Tables

- - - - - - - - - - - - - - - -
- - - - Fractal Design Define R5 Black ATX Midtower - Silent PC Computer Case -

- A well designed case inside and out. An understated Scandinavian design with - sound-absorbing material. It's highly configurable which makes it easy to work in and - means you can get creative with your build! -

-
- - - - Intel Core i7 6800 K 3.40 GHz - LGA2011 V3 15MB Cache High End Desktop Processor CPU - Black -

- Part of Intel's Broadwell-E CPU range. The i7-6800K features six CPU cores (12 threads) - and 28 PCIe lanes. Out of the chips in the range I consider this to be the sweet spot, - the prices increase dramatically and aren't worth it for the extra performance. -

-
- - - - Asus X99-A/U3.1 ATX USB 3.0 Motherboard -

- Reasonably priced and full of features, you get a lot for your money with this board. It - even has Asus's Aura RGB lighting system, so you can make it look all pretty. It doesn't - come with built in wifi or Bluetooth. If that is a requirement for you either get a card - or go for the PRO or DELUXE model. -

-
-

Lists

-

Unordered list

-
    -
  • Item 1
  • -
  • Item 2
  • -
  • Item 3
  • -
-

Ordered list

-
    -
  1. Item 1
  2. -
  3. Item 2
  4. -
  5. Item 3
  6. -
+ ...
{% endhighlight %}
diff --git a/docs/components/article.html b/docs/components/article.html index 8156c065..b3a25e15 100644 --- a/docs/components/article.html +++ b/docs/components/article.html @@ -7,25 +7,27 @@

Examples

Article with category

A article containing an image, title and a category

-
- - - -

- - A long example article title that wraps over a maximum of two lines - -

- -
- +
{% highlight html %}
@@ -48,42 +50,40 @@

{% endhighlight %}

Article with tags

-

A article containing an image, title and a list of tags

-

- Note: there is a bug. Currently if the tags wrap more than one line it breaks the page grid. - TODO: It needs to have a fixed amount of space. -

-
- - - -

- How I removed all validation warnings from my RSS feed - ASP.NET Core -

- -
-
+

A article containing an image, title and a list of tags

+
+ {% highlight html %}
@@ -121,25 +121,27 @@

Article with summary

A article containing an image, title and a category and a summary

-
- - - -

- Using Refit REST library with client-side Blazor -

-

- Refit, a REST library for .NET, takes your API interfaces and dynamically generates a service using HttpClient to make the requests. - This cuts out a lot of repetitive code and can be used with client-side Blazor. Here's how. -

- -
-
+
+
+
+ + + +

+ Using Refit REST library with client-side Blazor +

+

+ Refit, a REST library for .NET, takes your API interfaces and dynamically generates a service using HttpClient to make the requests. + This cuts out a lot of repetitive code and can be used with client-side Blazor. Here's how. +

+ +
+
{% highlight html %}
diff --git a/docs/components/aside-nav.html b/docs/components/aside-nav.html index 12511be3..f440e20b 100644 --- a/docs/components/aside-nav.html +++ b/docs/components/aside-nav.html @@ -6,42 +6,44 @@

Example

Categories list with count

-
-
+
+ {% highlight html %}