All Projects → KomodoPlatform → developer-docs

KomodoPlatform / developer-docs

Licence: other
developers.komodoplatform.com

Programming Languages

HTML
75241 projects

Labels

Projects that are alternatives of or similar to developer-docs

docs
the document of monibuca
Stars: ✭ 57 (+137.5%)
Mutual labels:  vuepress
vuepress-theme-default-prefers-color-scheme
add prefers-color-scheme for vuepress default theme
Stars: ✭ 51 (+112.5%)
Mutual labels:  vuepress
vuepress-theme-maker
🐉 A flat and clean Blog Theme for VuePress site | 一款多配置、简约风的VuePress 博客主题.
Stars: ✭ 67 (+179.17%)
Mutual labels:  vuepress
Typescript Book Chinese
TypeScript Deep Dive 中文版
Stars: ✭ 5,027 (+20845.83%)
Mutual labels:  vuepress
vue-custom-tooltip
A reusable tooltip component for Vue (and VuePress) projects.
Stars: ✭ 62 (+158.33%)
Mutual labels:  vuepress
eryajf.github.io
📝 大千世界,何其茫茫。谨此笔记,记录过往。凭君阅览,小站洛荒。如能收益,莫大奢望
Stars: ✭ 159 (+562.5%)
Mutual labels:  vuepress
jimdeng92.github.io
林河前端之路
Stars: ✭ 0 (-100%)
Mutual labels:  vuepress
vuepress-plugin-run
vuepress 在线运行 Vue 单文件
Stars: ✭ 28 (+16.67%)
Mutual labels:  vuepress
vuepress-plugin-meting
🍰 A simple plugin connect APlayer, Meting and VuePress.
Stars: ✭ 29 (+20.83%)
Mutual labels:  vuepress
vuepress-theme-blog-vuetify
💥The world's most simple, beautiful and customizable 2 columns VuePress blog theme built with Vuetify
Stars: ✭ 37 (+54.17%)
Mutual labels:  vuepress
Actions Gh Pages
GitHub Actions for GitHub Pages 🚀 Deploy static files and publish your site easily. Static-Site-Generators-friendly.
Stars: ✭ 2,576 (+10633.33%)
Mutual labels:  vuepress
myblog
基于vuepress-theme-reco搭建的个人博客,集成了彩带特效,看板娘,公告,评论,悬浮气泡,鼠标特效,音乐播放器等
Stars: ✭ 21 (-12.5%)
Mutual labels:  vuepress
element-ui-s
🖖element-ui-s is a interesting component library 🦄https://shuangda1018.github.io/element-ui-s
Stars: ✭ 33 (+37.5%)
Mutual labels:  vuepress
Vuepress
📝 Minimalistic Vue-powered static site generator
Stars: ✭ 19,730 (+82108.33%)
Mutual labels:  vuepress
vuepress-theme-ououe
A blog theme for VuePress
Stars: ✭ 77 (+220.83%)
Mutual labels:  vuepress
playbook
The almighty Voorhoede playbook, synced from Dropbox Paper.
Stars: ✭ 31 (+29.17%)
Mutual labels:  vuepress
vuepress-theme-thindark
A dark theme for VuePress.
Stars: ✭ 26 (+8.33%)
Mutual labels:  vuepress
vuepress-theme-aurora
🔥Aurora是一款基于Vuepress2的博客主题,将本地Markdown文件解析成静态html页面,作为博客文章。搭配说说,时间轴,文章分类,评论,友情链接,相册,音乐播放器等特色功能,给您不一样的使用体验。
Stars: ✭ 225 (+837.5%)
Mutual labels:  vuepress
vuepress-homepage
📄 Elegant & friendly homepage (bio, tech portfolio, resume, doc...) template with Markdown and VuePress
Stars: ✭ 302 (+1158.33%)
Mutual labels:  vuepress
mtgjson-website
MTGJSON Documentation Front-End Application built with Vuepress 1
Stars: ✭ 29 (+20.83%)
Mutual labels:  vuepress

Readme

Komodo documentation uses Vuepress.

Setup:

Prerequisites:

  • nodejs
  • yarn

Tip:

If you prefer using Docker, installation of nodejs and yarn is not required. See below for Docker instructions.

  • Fork the repository
  • Clone the repository
  • cd into the directory cd developer-docs/

Install packages & dependencies

yarn install

Start Editing

yarn docs:dev

HTML output is displayed at http://localhost:8080

Edit the markdown files in the directory docs and save the file.

If the changes are not reflected at http://localhost:8080 right away, refresh the page.

Exit the dev mode by using CTRL + C in the same terminal yarn docs:dev has been run.

Issuing the build command while the above dev command is active might cause the build to fail with errors.

Build

yarn docs:build

The html files are available in developer-docs/docs/.vuepress/dist/

Deploy

To deploy to gh-pages at https://<USERNAME>.github.io/developer-docs

./deploy.sh

The above script uses your git <USERNAME> from the global git configuration of your system.

Using Docker:

You can use Docker to reliably produce a developer environment that won't conflict with any of your existing projects.

Prerequisites: Install Docker and Docker Compose on your system

  • Clone the repository

  • cd into the directory cd developer-docs/

  • To start developing, simply issue docker-compose up in a terminal to launch the container

  • Then do docker exec -ti komodo_docs /bin/sh in another terminal to access a terminal inside the container. Now simply follow the instructions detailed in the above Start Editing and Build sections.

  • To exit from the terminal from the container use the exit command.

  • Use CTRL + C in the terminal docker-compose up has been done to stop the container.

  • To deploy using docker, use the command ./deploy_docker.sh. This script deploys to your own fork; the webpages are now located at the following address: https://<USERNAME>.github.io/developer-docs

  • When used for the first time, Docker might take some time to download the required data and build an image. Subsequent usage will be faster.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].