website icon indicating copy to clipboard operation
website copied to clipboard

Docusaurus.community - Collecting knowledge, tips and tricks for Docusaurus.

Results 7 website issues
Sort by recently updated
recently updated
newest added

hi it is possible to use @expo/vector-icons? I ma using createIconSetFromIcoMoon from @expo/vector-icons import { createIconSetFromIcoMoon } from '@expo/vector-icons'; export default createIconSetFromIcoMoon( require('./icon-settings.json'), 'Icons', 'icons.ttf' ); I am using those...

This small edit fixes the JS so Docusaurus can build correctly.

On page https://docusaurus.community/plugindirectory/ the PowerShell plugin points to website hxxps://docusaurus-powershell.netlify.app/ which is casino site. I checked https://github.com/DocusaurusCommunity/website/blob/main/data/plugins/alt3.powershell.yaml which says: `website: https://docusaurus-powershell.vercel.app/` So possibly the page at `plugindirecory` has not been...

Hello, As per following the documentation [(https://docusaurus.community/knowledge/deployment/docker/?target=serve&package-managers=npm)](https://docusaurus.community/knowledge/deployment/docker/?target=serve&package-managers=npm) , I am able to build the docker image and start the container. However, the container abruptly stops after starting with the attached...

I believe I noticed a typo on the `JS` tab of: [Columns Component](https://docusaurus.community/knowledge/component-library/new/Columns/#creating-the-container-and-row-component) ` ` ![image](https://github.com/user-attachments/assets/cbbd7008-d062-419b-89b5-ef328f2fda1a) This worked for me after I removed the double `}}` curly brackets. ` `