Fake

Fake Docs

Last published: 2023-02-13

This is a fake doc set intended for testing doc tools.

Icons

HTML and PDF backends don’t have the same support:

Asciidoctor HTML Asciidoctor PDF Example

"Solid" Font Awesome icons, as described in Default icon font

Support for anything icon font in prawn-icon, as described in Insert an icon.

icon:grin-tears[set=fas] renders as

There’s no built-in way to choose which type of Font Awesome icon you get.

The icon-set and set attributes have no effect.

The icon-set document attribute and set attribute for a specific icon determine the icon font.

icon:grin-tears[set=far] renders as

No support for Material icons.

Support for Material icons exists in prawn-icon; pending in Asciidoc.

icon:face[set=mdi] renders as

ForgeRock tools support the hackaround of injecting HTML.

HTML injection won’t help for PDF, and causes garbage in the output.

<i class="material-icons-outlined">add</i> renders as add

Icon tests

All of these should show icons at the end of the lines:

arrows: <i class="fas fa-arrows-alt"></i>
assignment: <i class="fas fa-key"></i>
bell: <i class="fas fa-bell"></i>
chain: <i class="fas fa-link"></i>
check: <i class="fas fa-check"></i>
cross: <i class="fas fa-times"></i>
dashboard: <i class="fas fa-tachometer-alt"></i>
edit: <i class="fas fa-pencil-alt"></i>
gear: <i class="fas fa-cog"></i>
hamburger: <i class="fas fa-bars"></i>
info: <i class="fas fa-info-circle"></i>
menu: <i class="fas fa-ellipsis-v"></i>
plus: <i class="fas fa-plus"></i>
refresh: <i class="fas fa-sync"></i>
remove: <i class="fas fa-times"></i>
search: <i class="fas fa-search"></i>
sharing: <i class="fas fa-share"></i>
user-street: <i class="fas fa-street-view"></i>
user: <i class="fas fa-user"></i>

Some Collapses

Native collapse with nesting

Here is the content of a collapsible block.

Nested collapse

Here is the content of a nested collapsible block.

FR collapse with nesting

Here is the content of a collapse block.

Nested FR collapse

Here is the content of a nested collapse block.

Table With Collapses
Native Collapse ForgeRock Collapse
More info

Here is the content of a collapsible block.

More info

Here is the content of a collapse block.

An SVG

This is from AM docs:

A sample SVG from AM docs

The same, using the source.

nameid-format-flow-hosted-idp

Tabs

  1. Add the tools to your PATH to avoid having to specify the full path for each command:

    • Bash

    • PowerShell

    • Zsh

    $ export PATH=/path/to/opendj/bin:${PATH}
    PS C:\path\to> $env:PATH += ";C:\path\to\opendj\bat"
    % export PATH=/path/to/opendj/bin:${PATH}
  2. Run some-command:

    • Bash

    • PowerShell

    • Zsh

    $ some-command
    PS C:\path\to> some-command
    % some-command
  3. These tabs are different:

    • Before tab

    • During tab

    • After tab

    $ some-command
    PS C:\path\to> some-command
    % some-command

Test popups

Mouseover these in HTML to see the popups:

  • authentication configuration

  • connector configuration

  • custom endpoint configuration

  • email configuration

  • external REST configuration

  • managed object configuration

  • mapping configuration

  • policy configuration

  • router configuration

  • schedule configuration

  • scheduler configuration

  • script configuration

  • secrets configuration

  • self-service KBA configuration

Copyright © 2010-2023 ForgeRock, all rights reserved.