personal-security-checklist
personal-security-checklist copied to clipboard
[AMENDMENT] Ability to edit unclear/not working
Location
personal-security-checklist.yml
Amendments
Hey I tried to edit the personal-security-checklist.yml to remove some categories however when I tried to start :
yarn dev
no modification is made even when trying to rename a category
When building the static version it's not working as well to get a modified results.
Do you have any idea why it isn't modifying ?
I tried to go from scratch and do It on a clean project folder but still got a same issue
Thanks in advance for the help
Would you like to submit a PR?
None
Please tick the boxes
- [X] To the best of my knowledge, the information I've provided is correct
- [X] I have checked that a similar ticket has not previously been opened
- [X] I agree to the repositories Code of Conduct
Same here
Hello, I have the same issue, it is not possible to modify the content of the security checlist with the .yml , could you please give us a hint of how to do it ? thank you
up
I think it's this part that you need to update, to fetch a checklist from an alternate source:
https://github.com/Lissy93/personal-security-checklist/blob/c091ccf209421cd39a7674243b828ffc944b19ea/web/src/routes/layout.tsx#L10-L16
Location personal-security-checklist.yml layout.tsx
Amendments Hi @Lissy93 , I edited the personal-security-checklist.yml file, but I can't apply the changes.
I modified the personal-security-checklist/web/src/routes/layout.tsx with the local address where my modified file is located (changing line 11 in layout.tsx file). However when the site loads, the information that should be in the yml file does not appear (the rest of the site loads correctly).
Could you give us an example of how I have to write the local URL for it to work correctly?
Thanks in advance!