問題タブ [docusaurus]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
reactjs - Could not read from a remote repository when publishing my site
I am using docusaurus to write a documentation website for a product. I made some customizations to the site and try to publish it on GitHub.
Following the tutorial, I config the website/siteConfig.js
, ran npm run build
and used :
to push it to Github. Cloning to gh-pages fails and shows "fatal: Could not read from remote repository." error.
The following git commands were what I used.
#xA;It failed. The following error messages were shown.
#xA;docusaurus - 1 ページ内を移動できるサイドバーを作成する
Docusaurus に次の機能があるかどうかを知りたいです。たとえばhttps://themes.3rdwavemedia.com/demo/prettydocs/start.htmlでは、ドキュメントのコンテンツは 1 ページです。下にスクロールすると、サイドバーに変化が見られます。一方、Docusaurus では、次の部分とサイドバーの変更を確認するには、[次へ] をクリックする必要があるようです。
Docusaurus で 1 つのページをナビゲートできるサイドバーを作成することはできますか?
(私は Docusaurus を初めて使用します。同じ質問を Discord アプリに投稿しましたが、誰も回答しませんでした。)
markdown - 画像またはキャプションへのリンクを追加する
Docusaurus V2 でドキュメントを書いています。
(ここから)画像を挿入できることを理解しています
または
しかし今、画像またはそのキャプションをクリックするとブラウザで URL を開くことができるように、画像に URL を追加したいと思います。これを Docusaurus に実装することは可能ですか?