Skip to content

Commit 340afee

Browse files
Delete mermaid diagram
Removed the decision flowchart for GitHub usage based on confidentiality and collaboration to see if that's what was breaking github actions
1 parent 3ff96bd commit 340afee

1 file changed

Lines changed: 1 addition & 31 deletions

File tree

GitHub-Guide.qmd

Lines changed: 1 addition & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -53,36 +53,6 @@ NOAA Fisheries staff have three choices for using GitHub:
5353
2. **GitHub Local:** GitHub Local is designed for users who work with confidential or other sensitive information. This version of GitHub is located inside the NOAA Fisheries firewalls and therefore provides an added layer of IT security and complies with information handling rules. Repositories can only be accessed from computers within the NOAA Fisheries network.
5454
3. **GitHub Free:** Hosting repositories on GitHub Free is appropriate if you are collaborating on a project that is being led by someone outside of NOAA Fisheries or if non-NOAA collaborators are equal partners on the project. GitHub Free refers to any repository hosted on GitHub.com outside of a NOAA Fisheries organization. The repositories can be public or private.
5555

56-
```{mermaid}
57-
58-
graph LR
59-
%% Node Definitions
60-
conf{Does the project\n contain confidential or \nother sensitive information?}
61-
outside{Do you have outside collaborators\nthat are equal contributors\nto the project?}
62-
ghes((GitHub Local \nGitHub Enterprise Server\ngithub.nmfs.local))
63-
github((GitHub Free \ngithub.com))
64-
ghec((GHEC\nGitHub Enterprise Cloud\ngithub.com))
65-
66-
%% Connections
67-
conf -- "Yes" --> ghes
68-
conf -- "No" --> outside
69-
outside -- "Yes" --> github
70-
outside -- "No" --> ghec
71-
72-
%% Styling using NOAA Fisheries Hex Codes
73-
%% Decision Nodes: NOAA Sea (Fill) + NOAA Sky (Border)
74-
classDef decision fill:#001743,stroke:#003087,stroke-width:2px,color:#FFFFFF;
75-
76-
%% Finish Nodes: Seagrass (Fill) + Dark Seagrass (Border)
77-
classDef finish fill:#00797F,stroke:#365E17,stroke-width:2px,color:#FFFFFF;
78-
79-
class conf decision;
80-
class outside decision;
81-
class ghes finish;
82-
class github finish;
83-
class ghec finish;
84-
85-
```
8656

8757
## Quick Start {#sec-quickstart}
8858

@@ -561,4 +531,4 @@ The editors assembled the material into a cohesive format, but significant secti
561531
- [Using GitHub at NOAA Practice and Policy](https://drive.google.com/file/d/1zdSesY5QrkXHD2RVW_e8Wewed1gQf-Ki/view) PMEL presentation by Eugene Burger, PMEL.
562532
- [DOC Open Source Policy](https://www.commerce.gov/about/policies/source-code)
563533
- [Federal Open Access Memo 2022](https://www.whitehouse.gov/wp-content/uploads/2022/08/08-2022-OSTP-Public-Access-Memo.pdf)
564-
- [GitHub Enterprise Fedramp authorized](https://government.github.com/fedramp-faq)
534+
- [GitHub Enterprise Fedramp authorized](https://government.github.com/fedramp-faq)

0 commit comments

Comments
 (0)