Skip to content

Commit

Permalink
Fix: md array items heading (#258)
Browse files Browse the repository at this point in the history
---------

Co-authored-by: Philgoo Han <[email protected]>
  • Loading branch information
okngneer and Philgoo Han authored Aug 30, 2024
1 parent e81eda5 commit 8e5481d
Show file tree
Hide file tree
Showing 25 changed files with 165 additions and 165 deletions.
4 changes: 2 additions & 2 deletions docs/examples/examples_md_default/Configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
- [20.2. Property `JSON Schema for Humans configuration file > template_md_options > show_heading_numbers`](#template_md_options_show_heading_numbers)
- [20.3. Property `JSON Schema for Humans configuration file > template_md_options > show_array_restrictions`](#template_md_options_show_array_restrictions)
- [20.4. Property `JSON Schema for Humans configuration file > template_md_options > properties_table_columns`](#template_md_options_properties_table_columns)
- [20.4.1. JSON Schema for Humans configuration file > template_md_options > properties_table_columns > properties_table_columns items](#autogenerated_heading_2)
- [20.4.1. JSON Schema for Humans configuration file > template_md_options > properties_table_columns > properties_table_columns items](#template_md_options_properties_table_columns_items)
- [21. Property `JSON Schema for Humans configuration file > with_footer`](#with_footer)
- [22. Property `JSON Schema for Humans configuration file > footer_show_time`](#footer_show_time)

Expand Down Expand Up @@ -387,7 +387,7 @@ Adding an extra, even if the value is false, will activate it. For example `{"br
| ------------------------------------------------------------------------------------- | ----------- |
| [properties_table_columns items](#template_md_options_properties_table_columns_items) | - |

#### <a name="autogenerated_heading_2"></a>20.4.1. JSON Schema for Humans configuration file > template_md_options > properties_table_columns > properties_table_columns items
#### <a name="template_md_options_properties_table_columns_items"></a>20.4.1. JSON Schema for Humans configuration file > template_md_options > properties_table_columns > properties_table_columns items

| | |
| ------------ | ------------------ |
Expand Down
8 changes: 4 additions & 4 deletions docs/examples/examples_md_default/array.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Schema Docs

- [1. Property `root > fruits`](#fruits)
- [1.1. root > fruits > fruits items](#autogenerated_heading_2)
- [1.1. root > fruits > fruits items](#fruits_items)
- [2. Property `root > vegetables`](#vegetables)
- [2.1. root > vegetables > veggie](#autogenerated_heading_3)
- [2.1. root > vegetables > veggie](#vegetables_items)
- [2.1.1. Property `root > vegetables > vegetables items > veggieName`](#vegetables_items_veggieName)
- [2.1.2. Property `root > vegetables > vegetables items > veggieLike`](#vegetables_items_veggieLike)

Expand Down Expand Up @@ -39,7 +39,7 @@
| ------------------------------- | ----------- |
| [fruits items](#fruits_items) | - |

### <a name="autogenerated_heading_2"></a>1.1. root > fruits > fruits items
### <a name="fruits_items"></a>1.1. root > fruits > fruits items

| | |
| ------------ | -------- |
Expand All @@ -65,7 +65,7 @@
| ------------------------------- | ----------- |
| [veggie](#vegetables_items) | - |

### <a name="autogenerated_heading_3"></a>2.1. root > vegetables > veggie
### <a name="vegetables_items"></a>2.1. root > vegetables > veggie

| | |
| ------------------------- | ------------------------------------------------------------------------- |
Expand Down
12 changes: 6 additions & 6 deletions docs/examples/examples_md_default/array_advanced.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# Schema Docs

- [1. Property `root > fruits`](#fruits)
- [1.1. root > fruits > fruits items](#autogenerated_heading_2)
- [1.1. root > fruits > fruits items](#fruits_items)
- [2. Property `root > vegetables`](#vegetables)
- [2.1. root > vegetables > vegetables items](#autogenerated_heading_3)
- [2.2. At least one of the items must be](#autogenerated_heading_4)
- [2.1. root > vegetables > vegetables items](#vegetables_items)
- [2.2. At least one of the items must be](#autogenerated_heading_2)

| | |
| ------------------------- | ------------------------------------------------------------------------- |
Expand Down Expand Up @@ -40,7 +40,7 @@
| ------------------------------- | ----------- |
| [fruits items](#fruits_items) | - |

### <a name="autogenerated_heading_2"></a>1.1. root > fruits > fruits items
### <a name="fruits_items"></a>1.1. root > fruits > fruits items

| | |
| ------------ | -------- |
Expand All @@ -66,15 +66,15 @@
| ------------------------------------- | ----------- |
| [vegetables items](#vegetables_items) | - |

### <a name="autogenerated_heading_3"></a>2.1. root > vegetables > vegetables items
### <a name="vegetables_items"></a>2.1. root > vegetables > vegetables items

| | |
| ------------------------- | ------------------------------------------------------------------------- |
| **Type** | `object` |
| **Required** | No |
| **Additional properties** | [[Any type: allowed]](# "Additional Properties of any type are allowed.") |

### <a name="autogenerated_heading_4"></a>2.2. At least one of the items must be
### <a name="autogenerated_heading_2"></a>2.2. At least one of the items must be

| | |
| ------------ | ------- |
Expand Down
4 changes: 2 additions & 2 deletions docs/examples/examples_md_default/array_example.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Schema Docs

- [1. Property `root > fruits`](#fruits)
- [1.1. root > fruits > fruits items](#autogenerated_heading_2)
- [1.1. root > fruits > fruits items](#fruits_items)

| | |
| ------------------------- | ------------------------------------------------------------------------- |
Expand Down Expand Up @@ -43,7 +43,7 @@
| ------------------------------- | ----------- |
| [fruits items](#fruits_items) | - |

### <a name="autogenerated_heading_2"></a>1.1. root > fruits > fruits items
### <a name="fruits_items"></a>1.1. root > fruits > fruits items

| | |
| ------------ | -------- |
Expand Down
4 changes: 2 additions & 2 deletions docs/examples/examples_md_default/recursive.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

- [1. Property `Person > person`](#person)
- [1.1. Property `Person > person > children`](#person_children)
- [1.1.1. Person > person > children > person](#autogenerated_heading_2)
- [1.1.1. Person > person > children > person](#person_children_items)

**Title:** Person

Expand Down Expand Up @@ -52,7 +52,7 @@
| -------------------------------- | ------------- |
| [person](#person_children_items) | A human being |

#### <a name="autogenerated_heading_2"></a>1.1.1. Person > person > children > person
#### <a name="person_children_items"></a>1.1.1. Person > person > children > person

| | |
| ------------------------- | ------------------------------------------------------------------------- |
Expand Down
8 changes: 4 additions & 4 deletions docs/examples/examples_md_default/recursive_array.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Person

- [1. Property `Person > person`](#person)
- [1.1. Person > person > person](#autogenerated_heading_2)
- [1.1. Person > person > person](#person_items)
- [1.1.1. Property `Person > person > person items > children`](#person_items_children)
- [1.1.1.1. Person > person > person items > children > person](#autogenerated_heading_3)
- [1.1.1.1. Person > person > person items > children > person](#person_items_children_items)

**Title:** Person

Expand Down Expand Up @@ -38,7 +38,7 @@
| ------------------------------- | ------------- |
| [person](#person_items) | A human being |

### <a name="autogenerated_heading_2"></a>1.1. Person > person > person
### <a name="person_items"></a>1.1. Person > person > person

| | |
| ------------------------- | ------------------------------------------------------------------------- |
Expand Down Expand Up @@ -74,7 +74,7 @@
| -------------------------------------- | ------------- |
| [person](#person_items_children_items) | A human being |

##### <a name="autogenerated_heading_3"></a>1.1.1.1. Person > person > person items > children > person
##### <a name="person_items_children_items"></a>1.1.1.1. Person > person > person items > children > person

| | |
| ------------------------- | ------------------------------------------------------------------------- |
Expand Down
8 changes: 4 additions & 4 deletions docs/examples/examples_md_default/recursive_full_schema.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

- [1. Property `Bug > Code`](#Code)
- [2. Property `Bug > RecursiveArray`](#RecursiveArray)
- [2.1. Bug > RecursiveArray > #](#autogenerated_heading_2)
- [2.1. Bug > RecursiveArray > #](#RecursiveArray_items)
- [3. Property `Bug > DecoratedRecursiveArray`](#DecoratedRecursiveArray)
- [3.1. Bug > DecoratedRecursiveArray > DecoratedRecursiveArray items](#autogenerated_heading_3)
- [3.1. Bug > DecoratedRecursiveArray > DecoratedRecursiveArray items](#DecoratedRecursiveArray_items)
- [3.1.1. Property `Bug > DecoratedRecursiveArray > DecoratedRecursiveArray items > SomeName`](#DecoratedRecursiveArray_items_SomeName)
- [3.1.2. Property `Bug > DecoratedRecursiveArray > DecoratedRecursiveArray items > TheThing`](#DecoratedRecursiveArray_items_TheThing)

Expand Down Expand Up @@ -54,7 +54,7 @@
| ------------------------------- | ------------------ |
| [#](#RecursiveArray_items) | Display the issue. |

### <a name="autogenerated_heading_2"></a>2.1. Bug > RecursiveArray > #
### <a name="RecursiveArray_items"></a>2.1. Bug > RecursiveArray > #

| | |
| ------------------------- | ------------------------------------------------------------------------- |
Expand Down Expand Up @@ -86,7 +86,7 @@
| --------------------------------------------------------------- | ----------- |
| [DecoratedRecursiveArray items](#DecoratedRecursiveArray_items) | - |

### <a name="autogenerated_heading_3"></a>3.1. Bug > DecoratedRecursiveArray > DecoratedRecursiveArray items
### <a name="DecoratedRecursiveArray_items"></a>3.1. Bug > DecoratedRecursiveArray > DecoratedRecursiveArray items

| | |
| ------------------------- | ------------------------------------------------------------------------- |
Expand Down
4 changes: 2 additions & 2 deletions docs/examples/examples_md_default/recursive_two_files.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

- [1. Property `Person > person`](#person)
- [1.1. Property `Person > person > children`](#person_children)
- [1.1.1. Person > person > children > person](#autogenerated_heading_2)
- [1.1.1. Person > person > children > person](#person_children_items)
- [1.2. Property `Person > person > siblings`](#person_siblings)

**Title:** Person
Expand Down Expand Up @@ -54,7 +54,7 @@
| -------------------------------- | ------------------------------------------------- |
| [person](#person_children_items) | Person definition from second file. Not the same! |

#### <a name="autogenerated_heading_2"></a>1.1.1. Person > person > children > person
#### <a name="person_children_items"></a>1.1.1. Person > person > children > person

| | |
| ------------------------- | ------------------------------------------------------------------------- |
Expand Down
Loading

0 comments on commit 8e5481d

Please sign in to comment.