Missing doc info fix

This commit is contained in:
2026-05-28 15:06:30 -04:00
parent e045c4646e
commit 58f0c6822a
+12
View File
@@ -112,6 +112,18 @@ const DATA = {
type: "Prompt", type: "Prompt",
raw: "---\ntype: Prompt\n---\n\nGenerate a basic art portfolio website. Use only HTML CSS and Javascript.\n\nInformation of the website contents can be found in the docs folder.\n\nThe information is in markdown files.\n\nThe type in the frontmatter indicates what it is. ie. page of a page, art for art.\n\nCreate the basic Overview page with the content found in the Overview.md.\n\nUnder that body content, add all the files marked as art as displayed assets. The image frontmatter tells you the image that should be linked. Note that one art type has 4 art images attached.\n\nYou should be able to click on any art asset to make a full screen window appear with just information listed on the associated markdown file, and the art asset.\n\nAdd an exit button on the top right to close this and return to the original screen.\n\nI also want next and prev buttons to just switch to the next art asset on this full screen view.\n\nBut on the art full screen, the user should be able to click on any art asset again to make that full screen with no other information. They can click anywhere on this second layer of full screen to close this window, and return back to the previous full screen informational window.\n\nMake each of these views it's own url parameter, so someone could bookmark one informational window, or one full screen art asset window, and see it later.\n\nMake the overall UI black. Dark mode type stuff. Like grey font.\n\nMake also a link that just shows all these markdown files in a folder structure ui, like an API doc, so people can see how these website was planned before it got generated by this prompt.\n\nPlace your finished website in the html folder with of course all the needed files and copied images.\n" raw: "---\ntype: Prompt\n---\n\nGenerate a basic art portfolio website. Use only HTML CSS and Javascript.\n\nInformation of the website contents can be found in the docs folder.\n\nThe information is in markdown files.\n\nThe type in the frontmatter indicates what it is. ie. page of a page, art for art.\n\nCreate the basic Overview page with the content found in the Overview.md.\n\nUnder that body content, add all the files marked as art as displayed assets. The image frontmatter tells you the image that should be linked. Note that one art type has 4 art images attached.\n\nYou should be able to click on any art asset to make a full screen window appear with just information listed on the associated markdown file, and the art asset.\n\nAdd an exit button on the top right to close this and return to the original screen.\n\nI also want next and prev buttons to just switch to the next art asset on this full screen view.\n\nBut on the art full screen, the user should be able to click on any art asset again to make that full screen with no other information. They can click anywhere on this second layer of full screen to close this window, and return back to the previous full screen informational window.\n\nMake each of these views it's own url parameter, so someone could bookmark one informational window, or one full screen art asset window, and see it later.\n\nMake the overall UI black. Dark mode type stuff. Like grey font.\n\nMake also a link that just shows all these markdown files in a folder structure ui, like an API doc, so people can see how these website was planned before it got generated by this prompt.\n\nPlace your finished website in the html folder with of course all the needed files and copied images.\n"
}, },
{
id: "prompt-2",
filename: "Prompt 2.md",
type: "Prompt",
raw: "---\ntype: Prompt\n---\n\nIn the docs section, make all the pages a url parameter. Ideally something like /docs?view=ac-emblems\n\nWhen that is done, on that home page with the overview, make the text `with AI` a link that goes to the initial prompt document. So like `/docs?view=initial-prompt`.\n\nLet's also add a contact page, make the href `/contact` and add the button to the top bar, like you did with Home and Docs.\n\nThe contact information will be.\n\n- email: jonmcc.0723@gmail.com\n- linkedIn: [Jonathan McCaffrey | LinkedIn](https://www.linkedin.com/in/jonmcc/)\n- git: [Jonathan McCaffrey - Gitea: Git with a cup of tea](https://git.jonathanmccaffrey.ca/JonathanMcCaffrey)\n- website: [Ottawa .NET Developer | Jonathan McCaffrey](https://jonathanmccaffrey.ca/)"
},
{
id: "prompt-3",
filename: "Prompt 3.md",
type: "Prompt",
raw: "---\ntype: Prompt\n---\n\nIn the docs section, also added the information from the Prompt 2.md and Prompt 3.md file from the /docs folder.\n\nYou see, we are being a bit meta. Were are showing the prompts generating the website. So you need to add each new prompt we use to the docs section.\n\nSo your going to add this new information to that data.js file in the docFiles array.\n\nThanks"
},
{ {
id: "malice", id: "malice",
filename: "Malice.md", filename: "Malice.md",