Skip to content

Commit

Permalink
chore: reorder in cheat sheet
Browse files Browse the repository at this point in the history
  • Loading branch information
ankitskvmdam committed Jun 12, 2022
1 parent 47e59ee commit 3d74b4c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -380,14 +380,14 @@ This will remove all symbols (members, methods ...) that come from inherited par
| `meta` | `null` | Meta tag attributes | Array of Object(s) |
| `search` | `true` | To render search or not | `true` or `false` |
| `codepen` | `{}` | To open code in codepen | `Object` |
| `static_dir` | `null` | To include static dir | Array of string |
| `create_style` | `null` | To create custom style rules | `string` |
| `add_style_path` | `null` | To add external css libraries/files | Array of Object(s) |
| `include_css` | `null` | To include css files | Array of string |
| `add_scripts` | `null` | To create custom script | `string` |
| `add_script_path` | `null` | To add external js libraries/files | Array of Object(s) |
| `footer` | `null` | To render footer | `HTML` or `string` |
| `static_dir` | `null` | To include static dir | Array of string |
| `include_css` | `null` | To include css files | Array of string |
| `include_js` | `null` | To include js files | `string` |
| `footer` | `null` | To render footer | `HTML` or `string` |
| `exclude_inherited` | `false` | To exclude inherited symbols | `boolean` |
| `sections` | `["Modules", "Classes", "Externals", "Events", "Namespaces", "Mixins", "Tutorials", "Interfaces", "Global"]` | To order navbar/sidebar sections or to hide/remove navbar/sidebar sections | `Array<SECTION_TYPE>` |

Expand Down

0 comments on commit 3d74b4c

Please sign in to comment.