Gathering detailed insights and metrics for @commercetools-docs/gatsby-theme-learning
Gathering detailed insights and metrics for @commercetools-docs/gatsby-theme-learning
Gathering detailed insights and metrics for @commercetools-docs/gatsby-theme-learning
Gathering detailed insights and metrics for @commercetools-docs/gatsby-theme-learning
Tools and components for developing Documentation websites 🛠
npm install @commercetools-docs/gatsby-theme-learning
Typescript
Module System
Node Version
NPM Version
@commercetools-docs/gatsby-theme-docs@24.11.1
Updated on Feb 10, 2025
@commercetools-docs/gatsby-theme-docs@24.11.0
Updated on Jan 24, 2025
@commercetools-docs/ui-kit@24.11.0
Updated on Jan 24, 2025
@commercetools-docs/gatsby-theme-constants@24.11.0
Updated on Jan 24, 2025
@commercetools-docs/gatsby-theme-code-examples@24.11.0
Updated on Jan 24, 2025
@commercetools-docs/gatsby-theme-api-docs@24.11.0
Updated on Jan 24, 2025
RAML (65.74%)
JavaScript (19.77%)
TypeScript (9.76%)
MDX (4.36%)
Gherkin (0.19%)
Shell (0.07%)
Prolog (0.05%)
CSS (0.03%)
HTML (0.02%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
MIT License
18 Stars
1,453 Commits
5 Forks
7 Watchers
67 Branches
330 Contributors
Updated on Mar 25, 2025
Latest Version
21.5.0
Package Id
@commercetools-docs/gatsby-theme-learning@21.5.0
Unpacked Size
106.53 kB
Size
25.76 kB
File Count
40
NPM Version
9.5.1
Node Version
18.16.0
Published on
May 30, 2023
Cumulative downloads
Total Downloads
Last Day
0%
NaN
Compared to previous day
Last Week
0%
NaN
Compared to previous week
Last Month
0%
NaN
Compared to previous month
Last Year
0%
NaN
Compared to previous year
27
1
4
A gatsby theme plugins providing UI components and helper utilities to integrate self-learning functionality into other React User interfaces.
Works against the learning-api.
gatsby-theme-learning
plugin expects the following parameters:
auth0Domain
: the auth0 application domain url (it is defined in the auth0 management app)learnApiBaseUrl
: the learn API base url. It can be omitted if the host running the site matches the api host.features
: an array of strings representing feature flags used to enable/disable specific functionalities. Expected values:
status-indicator
: feature flag to toggle the course and topics status indicator.In order to enable the plugin, at least the following configuration should be added to the gatsby-config.js
plugin section:
{
resolve: '@commercetools-docs/gatsby-theme-learning',
options: {
auth0Domain: 'auth0domain.dummy.tld',
learnApiBaseUrl: 'https://api.host.tld',
},
}
Quiz component can be used in any mdx
page. It's responsible for fetching, rendering and handling all the interaction logic of a quiz answer submission.
The component simply renders a login CTA if the user is not logged in, otherwise the quiz is rendered.
The component expects 2 mandatory props:
courseId
: Id of the course defined in Moodle LMSquizId
: Id of the quiz defined in Moodle LMSA component that returns a user's first name to any mdx
page. For example, it can be used within a personalized welcome sentence.
Example:
Welcome <FirstName/>! This is our course overview.
No vulnerabilities found.
Reason
all changesets reviewed
Reason
no dangerous workflow patterns detected
Reason
license file detected
Details
Reason
no binaries found in the repo
Reason
SAST tool is run on all commits
Details
Reason
branch protection is not maximal on development and all release branches
Details
Reason
project is archived
Details
Reason
detected GitHub workflow tokens with excessive permissions
Details
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
project is not fuzzed
Details
Reason
dependency not pinned by hash detected -- score normalized to 0
Details
Reason
security policy file not detected
Details
Reason
55 existing vulnerabilities detected
Details
Score
Last Scanned on 2025-07-07
The Open Source Security Foundation is a cross-industry collaboration to improve the security of open source software (OSS). The Scorecard provides security health metrics for open source projects.
Learn More