Skip to content

RENCI/aixb-landing-page

 
 

Repository files navigation

AIxB Landing Page

Content Management

Content for this site is located in the src directory in a content folder. The content is formatted using mdx, and utilizes markdown formatting.

.
└── src
    ├── content
        ├── about.mdx
        ├── funding.mdx
        ├── license.mdx
        ├── resources.mdx
        └── tools.mdx

To update the content, ensure you are on the content branch via the dropdown menu, or, click this link.

Screenshot 2024-07-15 at 11 51 43 AM

Then, navigate on the github UI to the file you'd like to change. Find the edit icon (pencil) and edit the text directly in the text editor.

Screenshot 2024-06-28 at 2 45 58 PM

When you're changes are complete, click the "Commit changes ... " button. This will open a dialog box that wil prompt you to write a commit message, optional description, email address, and the option to choose one of the following options:

  • Commit directly to the content branch
  • Create a new branch for this commit and start a pull request

Please select the second option (Create a new branch for this commit and start a pull request). Our team will be notified of the pull request and will review and merge the requested changes.

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 45.6%
  • CSS 33.7%
  • MDX 16.8%
  • Dockerfile 2.7%
  • JavaScript 1.2%