Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sosiristseng/template-docsify

My docsify template
https://github.com/sosiristseng/template-docsify

docsify-template github-pages gitlab-ci template

Last synced: 20 days ago
JSON representation

My docsify template

Awesome Lists containing this project

README

        

# My Docsify template

Based on [Docsify tutorial](https://michaelcurrin.github.io/docsify-js-tutorial/) and the following plugins.

- [docsify-katex](https://github.com/upupming/docsify-katex)
- [docsify-copy-code](https://github.com/jperasmus/docsify-copy-code)
- [docsify-tabs](https://jhildenbiddle.github.io/docsify-tabs/)
- [docsify-example-panels](https://vagnerdomingues.github.io/docsify-example-panels/)
- [docsify-plugin-flexible-alerts](https://github.com/fzankl/docsify-plugin-flexible-alerts)

## Hosting on GitHub pages

Click the `Use this template` big green button to create a new project based on this one.

Then, in the `repository settings` -> `pages` -> select root folder for the `main` branch.

## Tabs

#### **English**

Hello!

#### **French**

Bonjour!

#### **Italian**

Ciao!

## Panels

Panel title

Left panel content

Right panel content

## Flexible alerts

> [!NOTE]
> An alert of type 'note' using global style 'callout'.

> [!TIP]
> An alert of type 'tip' using global style 'callout'.

> [!WARNING]
> An alert of type 'warning' using global style 'callout'.

> [!ATTENTION]
> An alert of type 'attention' using global style 'callout'.