Discussions
Syncing via CLI: "Path `category` is required."
over 3 years ago by Oliver Fawcett
Hi there!
I'm trying to sync a folder of markdown guides up to Readme.
My documents all have the required header (title, excerpt) and are otherwise plain markdown in a flat directory structure (ie. they're all in one folder with no subfolders).
$ npx rdme docs docs/guides --key={MY_KEY} --version=1.0
> We couldn't save this doc (Path `category` is required.).
I'm not really sure what that error message means... Where should I put a category? Should they be in a particular subdirectory?