同步操作将从 Gitee 极速下载/tooljet 强制同步,此操作会覆盖自 Fork 仓库以来所做的任何修改,且无法恢复!!!
确定后同步将在后台操作,完成时将刷新页面,请耐心等待。
This repository contains the ToolJet documentation website code and Markdown source files for docs.tooljet.com
If you want to give documentation feedback, please join our Slack Community and drop us a message.
To enter documentation bugs or submit any feature request for documentation, please create a new GitHub issue. Please check if there is an existing issue first.
If you think the issue is with the ToolJet product itself, please choose the relevant issue template here.
To contribute to ToolJet documentation, you need to fork this repository and submit a pull request for the Markdown and/or image changes that you're proposing.
The content in this directory follows the organization of documentation at https://docs.tooljet.com
This directory contains the following folders:
\docs
|--\Enterprise
|--\actions
|--\contributing-guide
|--\data-sources
|--\how-to
|--\password-login
|--\setup
|--\sso
|--\tutorial
|--\widgets
Within these folders, you'll find the Markdown files used for the content.
\src - contains the ToolJet documentation website code. The documentation website is built using Docusaurus 2.
\static\img - contains folders that references the images (such as screenshots) used in the \docs\topic.
The two suggested workflows are:
The front matter for every markdown file should include the id
and a title
. id
will be used to reference the file in sidebar.js
---
id: building-internal-tool
title: Building internal tool with ToolJet
---
Use lowercase for file and folder names and dashes -
as separators.
For example:
/docs/data-sources/sap-hana.md
/docs/how-to/bulk-update-multiple-rows.md
Images are important to bring the product to life and clarify the written content. For images you're adding to the repo, store them in the img
subfolder inside static
folder. For every topic there needs to be a folder inside \static\img\
section, for example: static\img\how-to\bulk-update\query1.png
.
When you link to an image, the path and filename are case-sensitive. The convention is for image filenames to be all lowercase and use dashes -
for separators.
Example code for adding an image in markdown file:
<div style={{textAlign: 'center'}}>
<img className="screenshot-full" src="/img/button-group.png" alt="Button group" />
</div>
yarn install
yarn start
This command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.
yarn build
This command generates static content into the build
directory and can be served using any static contents hosting service.
GIT_USER=<Your GitHub username> USE_SSH=true yarn deploy
If you are using GitHub pages for hosting, this command is a convenient way to build the website and push to the gh-pages
branch.
Thanks for all your contributions and efforts towards improving the ToolJet documentation. We thank you being part of our ✨ community ✨!
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。