jTruBela

Resources JSON read-me.

Jun 30th, 2024
595
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 1.84 KB | None | 0 0
  1. {
  2.   "resources": {
  3.     "commentFormats": {
  4.       "headerComments": "//-------------------------------------------------------------------------------------------------------------------------------------------------\n//\t[<file-name.ext>]\n//\n//\tPurpose: [<Component created for the .... element which displays the .... along with its...]\n//\tLoc Ref: (Locations-referenced:) [<MainContainer>]\n//\tDep: [<useEffect, useState>], [<inning, inningNum, isTop, arrow-box, top-arrow, bottom-arrow(hidden)>]\n//\n//\tJT, JG\n//\t6/30/2024\n//----------------------------------------------------------------------------------------------as long as the longest single line of code",
  5.       "inlineComments": "//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n// name: function/component[<#name#>]\n// purpose: explanation of the reason for this element\n// functionality: what it does\n//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~",
  6.       "sectionComments": "//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n//\n// Top Container Layer Components: Score & Inning\n//\n//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~",
  7.       "markdownSyntaxExample": "```markdown\nHere you can place an example of markdown usage if needed.\n```"
  8.     }
  9.   },
  10.   "components": {
  11.     "frequentlyUsedStrings": [
  12.       {
  13.         "name": "inning",
  14.         "description": "Used to track innings in the application"
  15.       },
  16.       {
  17.         "name": "componentVariables",
  18.         "description": "Variables commonly used in components"
  19.       }
  20.     ],
  21.     "documentation": [
  22.       {
  23.         "fileName": "mainContainer.jsx",
  24.         "variables": "List of variables used in MainContainer component",
  25.         "globalVariables": "List of global variables referenced by MainContainer"
  26.       }
  27.     ]
  28.   }
  29. }
  30.  
Advertisement
Add Comment
Please, Sign In to add comment