diff options
| author | Shinigami <[email protected]> | 2025-07-04 20:23:30 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-07-04 18:23:30 +0000 |
| commit | 623d2741a4ca165596fad7fede2f850b6c08aa3a (patch) | |
| tree | c05531e1f25bea9201925c0342d22e9a50f8946f /docs/api | |
| parent | 160960b79719e1298668a7ebba390b30b8de1080 (diff) | |
| download | faker-623d2741a4ca165596fad7fede2f850b6c08aa3a.tar.xz faker-623d2741a4ca165596fad7fede2f850b6c08aa3a.zip | |
refactor!: remove deprecations (#3553)
Diffstat (limited to 'docs/api')
| -rw-r--r-- | docs/api/ApiIndex.vue | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/docs/api/ApiIndex.vue b/docs/api/ApiIndex.vue index 94085371..7b1be7bf 100644 --- a/docs/api/ApiIndex.vue +++ b/docs/api/ApiIndex.vue @@ -69,13 +69,8 @@ const filtered = computed(() => { </h3> <ul> <li v-for="h of item.headers" :key="h.anchor"> - <!-- TODO @ST-DDT 2024-09-25: Remove this in v10 --> <a - :href=" - item.link + - '#' + - (h.anchor === 'userName' ? 'username-1' : slugify(h.anchor)) - " + :href="item.link + '#' + slugify(h.anchor)" :class="{ deprecated: h.deprecated }" >{{ h.text }}</a > |
