Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 7 additions & 3 deletions documentation/src/utils/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

const docsConfig = {
repository: "secureCodeBox/secureCodeBox", // The repository url without the github part of the link
targetPath: "docs", // This needs to be 'docs' for the docusaurus build, but you may specify a 'docs/<subdirectory>'
targetPath: ".", // This needs to be '.' as files copied to docs (scanners & hooks) and static (sponsors) folder
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Id do not really understand the comment here.

sizeLimit: 500000, // Limit of file size, most importantly used for large findings.
findingsDir: "findings", // Directory for large findings which exceeded sizeLimit

Expand All @@ -28,12 +28,16 @@ const docsConfig = {
filesFromRepository: [
{
src: "scanners",
dst: "scanners",
dst: "docs/scanners",
},
{
src: "hooks",
dst: "hooks",
dst: "docs/hooks",
},
{
src: "resources/sponsors",
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why that? We can simply reference the images IMO in the main README directly, right?

dst: "static/img/sponsors",
}
],
},
// This is to configure what to show at the homepage tile-view.
Expand Down
Binary file removed documentation/static/img/sponsors/Logo_sda-se.png
Binary file not shown.
37 changes: 0 additions & 37 deletions documentation/static/img/sponsors/Logo_secura.svg

This file was deleted.

69 changes: 0 additions & 69 deletions documentation/static/img/sponsors/Logo_signal-iduna.svg

This file was deleted.

Binary file not shown.