-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TIE-77: Project Documentation #35
Conversation
This PR has been published to https://techniqueinferenceengine.z13.web.core.windows.net/TIE-77_project_documentation/ |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #35 +/- ##
=====================================
Coverage 6.73% 6.73%
=====================================
Files 15 15
Lines 861 861
=====================================
Hits 58 58
Misses 803 803 ☔ View full report in Codecov by Sentry. |
ca57e32
to
383f77c
Compare
This PR has been published to https://techniqueinferenceengine.z13.web.core.windows.net/TIE-77_project_documentation/ |
* add `MathJax` * temporarily disable recompilation of model * add example about page * add document number * add OpenCTI README * update favicon * update footer links * update "learn more" link * switch router to hash router * add about documentation * add resource page * update links * update resource text
* add `MathJax` * temporarily disable recompilation of model * add example about page * add document number * add OpenCTI README * update favicon * update footer links * update "learn more" link * switch router to hash router * add about documentation * add resource page * update links * update resource text
* add `MathJax` * temporarily disable recompilation of model * add example about page * add document number * add OpenCTI README * update favicon * update footer links * update "learn more" link * switch router to hash router * add about documentation * add resource page * update links * update resource text
* add `MathJax` * temporarily disable recompilation of model * add example about page * add document number * add OpenCTI README * update favicon * update footer links * update "learn more" link * switch router to hash router * add about documentation * add resource page * update links * update resource text
What Changed
How to Contribute
If you haven't already, be sure to install NodeJS on your system.
Setup Preview
TIE-77_project_documentation
branch.cd
into./src/tie-web-interface
npm install
npm run dev
to launch the development server.http://localhost:5173/
).This site will allow you to preview your changes as you make them.
Modifying the Home's Banner Text
To alter the site banner text:
Navigate to
./src/tie-web-interface/src/views/HomeView.vue
and alter the file's HTML:Modifying the About Page
To alter the
/about
page, navigate to./src/tie-web-interface/src/views/AboutView.vue
and alter the file's HTML.Here are some formatting tips:
<H#>
block.<p>
block.<i></i>
.<b></b>
.<b><i></i></b>
.<a href="[URL]">[LINK TEXT]</a>
../src/tie-web-interface/public/images
and embed it using<img>
.$
.$$
.Previewing Your Work
Once you have made AND SAVED your changes to either of the files listed above, those changes will appear instantly in your browser.
Submitting Your Work
Once you're happy with the changes, commit them to this branch like you would any other change.
Keep in Mind
If the about page grows too large, we can break it up into separate pages.