Skip to content

Commit

Permalink
Merge pull request #33 from eliataylor/eli
Browse files Browse the repository at this point in the history
hotlinking docs images to keep stack size down
  • Loading branch information
eliataylor authored Jan 8, 2025
2 parents 12b219c + c2c7884 commit 004adcf
Show file tree
Hide file tree
Showing 11 changed files with 2 additions and 2 deletions.
Binary file removed docs/images/nod-backend_admin.png
Binary file not shown.
Binary file removed docs/images/nod-backend_redoc.png
Binary file not shown.
Binary file removed docs/images/nod-backend_swagger.png
Binary file not shown.
Binary file removed docs/images/nod-oa-interface.png
Binary file not shown.
Binary file removed docs/images/object-actions-nod.png
Binary file not shown.
Binary file removed docs/images/objects-democrasee.png
Binary file not shown.
Binary file removed docs/images/objects-nod.png
Binary file not shown.
Binary file removed docs/images/permissions-matrix-democrasee.png
Binary file not shown.
Binary file removed docs/images/permissions-matrix-nod.png
Binary file not shown.
Binary file removed docs/images/vocabularies-democrasee.png
Binary file not shown.
4 changes: 2 additions & 2 deletions stack/reactjs/src/object-actions/docs/SpreadsheetCards.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ const SpreadsheetCards: React.FC = () => {
component={'img'}
alt={'Object Field Types'}
src={
'https://raw.githubusercontent.com/eliataylor/objects-actions/refs/heads/v3.2/docs/images/object-fields-demo.png'
'https://raw.githubusercontent.com/eliataylor/objects-actions/refs/heads/main/docs/images/object-fields-demo.png'
}
/>
<Grid sx={{ p: 1 }} container justifyContent={'space-between'}>
Expand Down Expand Up @@ -73,7 +73,7 @@ const SpreadsheetCards: React.FC = () => {
component={'img'}
alt={'Permission Matrix'}
src={
'https://raw.githubusercontent.com/eliataylor/objects-actions/refs/heads/v3.2/docs/images/permissions-matrix-demo.png'
'https://raw.githubusercontent.com/eliataylor/objects-actions/refs/heads/main/docs/images/permissions-matrix-demo.png'
}
/>
<Grid sx={{ p: 1 }} container justifyContent={'space-between'}>
Expand Down

0 comments on commit 004adcf

Please sign in to comment.