-
Notifications
You must be signed in to change notification settings - Fork 2
Description
I saw your comment that this (?) tool needs to be fixed in order to make sure the fixes to the Style Guide on adalang-io stay fixed. I thought I might try to look at that, but:
-
When I try to follow the directions in README.md, I get hung up on this line:
Then run
yarn formatin ada-lang.io repository to reformat output according to Docusaurus style....because when I try to run that in the output folder (?) I get the following response:
$ yarn format yarn run v1.22.22 error Couldn't find a package.json file in "/home/cantanima/common/Ada/import-style-guide/work" info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.I'm not sure what I'm supposed to use for
package.json. I have the feeling I should be in the ada-lang.io repository, but I also suspect that's something I don't have access to. -
The
fetch.shscript tells me to runyarn prettier --write $OUTPUTbut that does the same thing. -
When I manually inspect the mdx files in the
$OUTPUTfolder, I see correct formatting; that is,```adaappears where it's supposed to. Meanwhile, the script is downloading from wikibooks, as I expected, which suggests that the correct information is obtained. So I'm completely confused on what's causing the problem, and for that matter on where the fix is supposed to occur.
As I say, I'm more than willing to work on this, but I'll need a bit of direction.