Skip to content

Commit

Permalink
add a few more icons, fix margin
Browse files Browse the repository at this point in the history
  • Loading branch information
osterman committed Aug 5, 2024
1 parent 2d73f0d commit 23b3c69
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ refarch_id: REFARCH-476
import Intro from '@site/src/components/Intro';
import KeyPoints from '@site/src/components/KeyPoints';

# Decide on RDS Aurora DB Cluster Requirements

## Problem
Requirements for Amazon Aurora DB clusters deployed to each active compute environment need to be outlined before an
Amazon Aurora component is configured and deployed
Expand Down
2 changes: 2 additions & 0 deletions src/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,8 @@ header {

header .icon {
float: right;
margin-left: 1em;
margin-bottom: 0.2em;
}

[data-theme='dark'] .header-github-link::before {
Expand Down
7 changes: 6 additions & 1 deletion src/theme/DocItem/Content/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ const DocItemContent = ({ children }) => {
'deprecated': 'ph:warning-duotone',
'terraform': 'devicon:terraform',
'tutorial': 'arcticons:quicknovel',
'how-to': 'arcticons:quicknovel',
'design-decision': 'carbon:decision-node',
'faq': 'wpf:faq',
'eks': 'logos:aws-eks',
Expand All @@ -48,8 +49,10 @@ const DocItemContent = ({ children }) => {
'dns': 'logos:aws-route53',
'setup': 'ep:set-up',
'contact': 'streamline:send-email',
'discuss': 'octicon:comment-discussion-24',
'support': 'ic:twotone-contact-support',
'makefile': 'vscode-icons:file-type-makefile',
'editor-?config': 'file-icons:editorconfig',
'markdown': 'skill-icons:markdown-dark',
'tool': 'entypo:tools',
'legacy': 'ph:warning-duotone',
Expand Down Expand Up @@ -84,7 +87,9 @@ const DocItemContent = ({ children }) => {
'gitops': 'clarity:deploy-line',
'glossary': 'material-symbols-light:dictionary-outline',
'diagram': 'simple-icons:diagramsdotnet',
'1password': 'mdi:1password'
'1password': 'mdi:1password',
'quickstart': 'ph:lightning-duotone',
'jumpstart': 'ic:twotone-speed',
};

if( metadata && metadata.frontMatter?.icon ) {
Expand Down

0 comments on commit 23b3c69

Please sign in to comment.