Security News
38% of CISOs Fear They’re Not Moving Fast Enough on AI
CISOs are racing to adopt AI for cybersecurity, but hurdles in budgets and governance may leave some falling behind in the fight against cyber threats.
#### CLI module for generating a static html content for websites based on [Docula](https://github.com/jaredwray/docula-ui).
git clone "path_to_cli_repo"
cd docula-cli
npm i -g
docula-cli [command]
Option | Type | Default | Description |
---|---|---|---|
git | string or object | Pass an URL to your repository or an object if you want to add additional details | |
git.origin | string | https:// or git:// url to clone your documentation repo | |
git.branch | string | master | Choose a branch to pull from |
git.clonePath | string | in your system temp folder, derived from repository URL | Choose a local filesystem URL where Docula will clone the repo |
pageTitle | string | Docula | Title string to use for HTML document; Whole title will be ${pageTitle}: ${articleName} |
logo | string | If set, will treat it as an URL for a logo image to show in page headers; otherwise will try to look for an image file like "logo.png" or "logo.jpg" etc in the root of your repository | |
topNavigation | string | If set, will use it as a relative path from the root of your repository to find a file where a piece of HTML would be to put at the top of all Docula pages; use it to insert your website navbar or other relevant content | |
config.head | string | A piece of HTML to insert into a of each Docula page; use it to include own scripts or styles or anything else | |
googleAnalyticsKey | string | When given, will include a Google Analytics module configured with a provided key | |
disqusKey | string | When given, will enable Disqus-based comments under each article | |
cssTheme | string | When given, will treat as a relative path within your repository to find a custom sass theme for Docula |
FAQs
#### CLI module for generating a static html content for websites based on [Docula](https://github.com/jaredwray/docula-ui).
The npm package docula-cli receives a total of 1 weekly downloads. As such, docula-cli popularity was classified as not popular.
We found that docula-cli demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
CISOs are racing to adopt AI for cybersecurity, but hurdles in budgets and governance may leave some falling behind in the fight against cyber threats.
Research
Security News
Socket researchers uncovered a backdoored typosquat of BoltDB in the Go ecosystem, exploiting Go Module Proxy caching to persist undetected for years.
Security News
Company News
Socket is joining TC54 to help develop standards for software supply chain security, contributing to the evolution of SBOMs, CycloneDX, and Package URL specifications.