Tyler Sturos

Results 5 comments of Tyler Sturos

This should be fixed, as this is relatively important if you have important category content on the index page.

For now my workaround is to override the theme by creating `src/theme/DocSidebarItem/Category/index.tsx` and pasting the file found in https://github.com/GBSL-Informatik/teaching-dev/blob/main/src/theme/DocSidebarItem/Category/index.tsx Then recompiling/restarting the dev server.

hmm, this actually ties into what I'm doing right now-- allowing a worker to register with the master node rather than needing to be defined in a config. One of...

publish with https://github.com/QuilibriumNetwork/docs/pull/52

First, if you've already determined the server is not listening it means you do not have the config set up correctly. The server will automatically start listening if the config...