
Research
/Security News
Weaponizing Discord for Command and Control Across npm, PyPI, and RubyGems.org
Socket researchers uncover how threat actors weaponize Discord across the npm, PyPI, and RubyGems ecosystems to exfiltrate sensitive data.
generator-canonical-documentation
Advanced tools
A skeleton example of Markdown documentation in the recommended structure to be build with documentation-builder
This is a yeoman generator for quickly genrating a skeleton project of documentation in Markdown format, according to the recommended structure we use at Canonical:
To generate a new documentation repository:
sudo npm install -g generator-canonical-documentation # Install the generator
mkdir my-documentation # Create your new folder
cd my-documentation # Change to the directory
yo canonical-documentation
This will create a skeleton of your documentation files.
├── en
│ ├── index.md # The first page of documentation
│ └── metadata.yaml # Contains the navigation for English pages
├── media # A folder to keep images and other media
│ └── logo.png # An example logo
├── metadata.yaml # Contains global site information
├── README.md # About this documentation
└── versions # Version branches to build
This documentation can then be built using the documentation-buider:
$ documentation-builder
Skipping uppercase files:
- README.md
Built:
- build/en/index.html
Copied ./media to build/media
FAQs
A skeleton example of Markdown documentation in the recommended structure to be build with documentation-builder
We found that generator-canonical-documentation 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.
Research
/Security News
Socket researchers uncover how threat actors weaponize Discord across the npm, PyPI, and RubyGems ecosystems to exfiltrate sensitive data.
Security News
Socket now integrates with Bun 1.3’s Security Scanner API to block risky packages at install time and enforce your organization’s policies in local dev and CI.
Research
The Socket Threat Research Team is tracking weekly intrusions into the npm registry that follow a repeatable adversarial playbook used by North Korean state-sponsored actors.