Security News
GitHub Removes Malicious Pull Requests Targeting Open Source Repositories
GitHub removed 27 malicious pull requests attempting to inject harmful code across multiple open source repositories, in another round of low-effort attacks.
@inthepocket/hubble-docs-theme
Advanced tools
The Hubble documentation Gatsby configuration.
Report Bug
·
Request Feature
hubble-docs-theme manages the Gatsby dependencies for all documentation sites created with the hubble-docs-starter.
Here's why:
hubble-docs-theme is maintained in the hubble-docs mono-repo
The Hubble documentation repository uses
If you scaffolded a new Gatsby website using the hubble-docs-starter, the hubble-docs-theme plugin should already be properly installed. If you're adding the plugin/theme to an existing Gatsby configuration, please follow the steps below.
npm i @inthepocket/hubble-docs-theme --save
gatsby-config.js
const path = require(`path`);
module.exports = {
plugins: [
{
resolve: `@inthepocket/hubble-docs-theme`,
options: {
pagesPath: `${__dirname}/src/markdown-pages`,
imagesPath: `${__dirname}/src/assets/images`,
siteMetadata: {
title: `Hubble documentation`,
description: `Static site boilerplate generated with Gatsby.`
}
}
}
]
};
/src/markdown-pages
and /src/assets/images
folders in your project.Use this space to show useful examples of how a project can be used. Additional screenshots, code examples and demos work well in this space. You may also link to more resources.
For more examples, please refer to the Documentation
Distributed under the MIT License.
FAQs
Unknown package
The npm package @inthepocket/hubble-docs-theme receives a total of 5 weekly downloads. As such, @inthepocket/hubble-docs-theme popularity was classified as not popular.
We found that @inthepocket/hubble-docs-theme demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 10 open source maintainers 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
GitHub removed 27 malicious pull requests attempting to inject harmful code across multiple open source repositories, in another round of low-effort attacks.
Security News
RubyGems.org has added a new "maintainer" role that allows for publishing new versions of gems. This new permission type is aimed at improving security for gem owners and the service overall.
Security News
Node.js will be enforcing stricter semver-major PR policies a month before major releases to enhance stability and ensure reliable release candidates.