Security News
Fluent Assertions Faces Backlash After Abandoning Open Source Licensing
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
mint-client
Advanced tools
The client is essentially a frontend template used to host documentation. In production, when `yarn prebuild` is ran it fetches all the relevant assets (the config file, the content (mdx files), and static assets) and plugs them into the appropriate locat
The client is essentially a frontend template used to host documentation. In production, when yarn prebuild
is ran it fetches all the relevant assets (the config file, the content (mdx files), and static assets) and plugs them into the appropriate locations before building.
From a terminal, where you have cloned the repository, execute the following command to install the required dependencies:
yarn
INTERNAL_SITE_BEARER_TOKEN=example yarn prebuild
- fetches the files for the site associated with that bearer token from GitHub. You need the pre-hashed bearer token for that to work. Mintlify employees can request the token that grants access to a test site. In the future, we will work on a way of generating temporary bearer tokens from an employee login.yarn local
- the local version of yarn prebuild
(fetches the content from the local ../docs
folder)yarn local-to-docs
- transfers the untracked files to the ../docs
file (helpful for when you're working on content and you want to see changes live)
yarn local
and yarn local-to-docs
take in a filepath as a parameter for when you want to transfer files to a directory that isn't ../docs
. For example, let's say I'm working on a migration for a client, then I can run yarn local ../../clients/vital/docs
to get the files from that folder.yarn dev
This project uses prettier for code formatting. You can run prettier across the code by calling yarn run format
from a terminal.
To format the code as you make changes you can install the Prettier - Code formatter extension.
Add the following to your User Settings to run prettier:
"editor.formatOnSave": true,
"editor.defaultFormatter": "esbenp.prettier-vscode"
You can either modify the settings.json
file or click on Preferences > Settings to use the UI.
FAQs
The client is essentially a frontend template used to host documentation. In production, when `yarn prebuild` is ran it fetches all the relevant assets (the config file, the content (mdx files), and static assets) and plugs them into the appropriate locat
The npm package mint-client receives a total of 0 weekly downloads. As such, mint-client popularity was classified as not popular.
We found that mint-client 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
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
Research
Security News
Socket researchers uncover the risks of a malicious Python package targeting Discord developers.
Security News
The UK is proposing a bold ban on ransomware payments by public entities to disrupt cybercrime, protect critical services, and lead global cybersecurity efforts.