
Security News
PyPI Expands Trusted Publishing to GitLab Self-Managed as Adoption Passes 25 Percent
PyPI adds Trusted Publishing support for GitLab Self-Managed as adoption reaches 25% of uploads
@zohodesk/docs-builder
Advanced tools
Docs Builder Library is a versatile tool designed to streamline the process of creating documentation pages for your projects. With support for displaying PropTypes, integrated code editors, code views, and more, this library aims to simplify the documentation-building process and enhance the overall developer experience.
react-cli or client_build_tool.cli which you are using configure the required files.npm install @zohodesk/react-cli -g
npm install @zohodesk/client_build_tool -g
npm install @zohodesk/docs-builder
react-cli or client_build_tool.index.js and index.html inside the src folder.docs.config.js to customise the dashboard page of your docs.react-cli.config.js or cbt.config.js and fill the bellow template.import package_one from './images/package_one.png'
import package_two from './images/package_two.svg'
import package_three from './images/package_three.svg'
export const docsConfig = {
header: 'Your Header',
description : 'Your description',
packages : [
'package_one',
'package_two',
'package_three'
],
cards : {
'package_one': {
backgroundColor : '#e7f1fd',
svgPath : package_one,
initialComponentName : 'package_one_componentName'
},
'package_two': {
backgroundColor : '#f8d7d7',
svgPath : package_two,
initialComponentName : 'package_two_componentName'
},
'package_three': {
backgroundColor : '#d4eed9',
svgPath : package_three,
initialComponentName : 'package_three_componentName'
}
}
}
const docsConfig = require("@zohodesk/docs-builder/cbt.config")
const { config } = docsConfig;
exports.config = config;
import '@zohodesk/docs-builder/loaders/propHook.js';
import { Docs } from '@zohodesk/docs-builder';
import * as Components from '../docs/allDocs.js'
import { docsConfig } from '../docs/docs.config.js';
const Decorators = Components._provider;
ReactDOM.render(
<Decorators>
<Docs docsConfig={docsConfig} Components={Components}/>
</Decorators>,
document.getElementById('root')
);
npm run start
Hurray Happy Coding! 😎
1.0.8 (07.10.25)
1.0.7 (18.08.25)
1.0.6 (24.07.25)
1.0.5 (23.07.25)
1.0.4 (25.06.25)
1.0.3 (24.04.25)
import added1.0.2 (19.06.24)
1.0.1 (21.03.24)
1.0.0 (21.03.24)
FAQs
docs-builder is used to build your own docs
The npm package @zohodesk/docs-builder receives a total of 32 weekly downloads. As such, @zohodesk/docs-builder popularity was classified as not popular.
We found that @zohodesk/docs-builder demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 52 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
PyPI adds Trusted Publishing support for GitLab Self-Managed as adoption reaches 25% of uploads

Research
/Security News
A malicious Chrome extension posing as an Ethereum wallet steals seed phrases by encoding them into Sui transactions, enabling full wallet takeover.

Security News
Socket is heading to London! Stop by our booth or schedule a meeting to see what we've been working on.