[mkdocs] - duplicate anchor links used on page
まだ誰も着手していません。
- 主要言語
- JavaScript
- スター
- 18.3k
- フォーク
- 2k
- 平均マージ
- 2日 12時間
- マージ済み PR(30日)
- 28
説明
When nested property names are the same as property names at the top level of a trace, they use the same anchor, but should use different ones.
E.g. in our current docs
https://plotly.com/javascript/reference/scatter/#scatter-error_x-visible
https://plotly.com/javascript/reference/scatter/#scatter-visible
For mkdocs site,
/javascript/reference/scatter/#scatter-error_x-visible won't work
and
/javascript/reference/scatter/#scatter-visible
will take you to the first one on the page, which is actually the error-x-visible property
コントリビューションガイド
はじめの一歩
- issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
- 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
- リポジトリをフォークし、ブランチを切って変更します。
- issue 番号を参照したプルリクエストを送ります。
調査の方向性
issue に示されている 2 つの URL を使って、MkDocs でレンダリングされた scatter リファレンス内の重複アンカーを再現し、その後、ネストされたプロパティとトップレベルのプロパティのアンカーがどのように生成されるかを追跡します。両方のリンクが対応するプロパティに解決され、一方が他方の代わりにならなければ完了です。
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- javascript
- 領域
- documentation
- issue の種類
- バグ
- 難易度
- 3/5
- 見積もり時間
- 1〜2日
- 活発さ
- 停滞
- 明瞭さ
- おおむね明確
- 初心者へのやさしさ
- 45/100