|
4 | 4 | { |
5 | 5 | "url": "https://docs.aztec.network/aztec-nr-api/mainnet/", |
6 | 6 | "selectors_key": "api-nr", |
7 | | - "page_rank": 2 |
| 7 | + "page_rank": 2, |
| 8 | + "extra_attributes": { |
| 9 | + "language": "en", |
| 10 | + "docusaurus_tag": [ |
| 11 | + "docs-participate-current", |
| 12 | + "docs-root-current", |
| 13 | + "default" |
| 14 | + ] |
| 15 | + } |
8 | 16 | }, |
9 | 17 | { |
10 | 18 | "url": "https://docs.aztec.network/", |
|
55 | 63 | "url", |
56 | 64 | "url_without_anchor", |
57 | 65 | "type" |
| 66 | + ], |
| 67 | + "field_definitions": [ |
| 68 | + { "name": "anchor", "type": "string", "optional": true }, |
| 69 | + { "name": "content", "type": "string", "optional": true }, |
| 70 | + { "name": "url", "type": "string", "facet": true }, |
| 71 | + { |
| 72 | + "name": "url_without_anchor", |
| 73 | + "type": "string", |
| 74 | + "facet": true, |
| 75 | + "optional": true |
| 76 | + }, |
| 77 | + { |
| 78 | + "name": "version", |
| 79 | + "type": "string[]", |
| 80 | + "facet": true, |
| 81 | + "optional": true |
| 82 | + }, |
| 83 | + { |
| 84 | + "name": "hierarchy.lvl0", |
| 85 | + "type": "string", |
| 86 | + "facet": true, |
| 87 | + "optional": true |
| 88 | + }, |
| 89 | + { |
| 90 | + "name": "hierarchy.lvl1", |
| 91 | + "type": "string", |
| 92 | + "facet": true, |
| 93 | + "optional": true |
| 94 | + }, |
| 95 | + { |
| 96 | + "name": "hierarchy.lvl2", |
| 97 | + "type": "string", |
| 98 | + "facet": true, |
| 99 | + "optional": true |
| 100 | + }, |
| 101 | + { |
| 102 | + "name": "hierarchy.lvl3", |
| 103 | + "type": "string", |
| 104 | + "facet": true, |
| 105 | + "optional": true |
| 106 | + }, |
| 107 | + { |
| 108 | + "name": "hierarchy.lvl4", |
| 109 | + "type": "string", |
| 110 | + "facet": true, |
| 111 | + "optional": true |
| 112 | + }, |
| 113 | + { |
| 114 | + "name": "hierarchy.lvl5", |
| 115 | + "type": "string", |
| 116 | + "facet": true, |
| 117 | + "optional": true |
| 118 | + }, |
| 119 | + { |
| 120 | + "name": "hierarchy.lvl6", |
| 121 | + "type": "string", |
| 122 | + "facet": true, |
| 123 | + "optional": true |
| 124 | + }, |
| 125 | + { "name": "type", "type": "string", "facet": true, "optional": true }, |
| 126 | + { |
| 127 | + "name": "docusaurus_tag", |
| 128 | + "type": "string*", |
| 129 | + "facet": true, |
| 130 | + "optional": true |
| 131 | + }, |
| 132 | + { "name": ".*_tag", "type": "string", "facet": true, "optional": true }, |
| 133 | + { "name": "language", "type": "string", "facet": true, "optional": true }, |
| 134 | + { "name": "tags", "type": "string[]", "facet": true, "optional": true }, |
| 135 | + { "name": "item_priority", "type": "int64" } |
58 | 136 | ] |
59 | 137 | }, |
60 | 138 | "conversation_id": ["833762294"], |
|
0 commit comments