mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-01-28 07:03:17 +08:00
remove product hunt promo
This commit is contained in:
parent
22b783e31d
commit
838ded43c9
@ -1,13 +0,0 @@
|
|||||||
> **Warning**
|
|
||||||
>
|
|
||||||
> ## THIS IS AN AUTOGENERATED FILE. DO NOT EDIT.
|
|
||||||
>
|
|
||||||
> ## Please edit the corresponding file in [/packages/mermaid/src/docs/config/setup/README.md](../../../packages/mermaid/src/docs/config/setup/README.md).
|
|
||||||
|
|
||||||
# mermaid
|
|
||||||
|
|
||||||
## Modules
|
|
||||||
|
|
||||||
- [config](modules/config.md)
|
|
||||||
- [defaultConfig](modules/defaultConfig.md)
|
|
||||||
- [mermaidAPI](modules/mermaidAPI.md)
|
|
@ -1,14 +1,5 @@
|
|||||||
<template>
|
<template>
|
||||||
<div
|
<div
|
||||||
class="w-full top-bar bg-gradient-to-r from-[#bd34fe] to-[#ff3670] flex items-center text-center justify-center p-1 text-white"
|
class="w-full top-bar bg-gradient-to-r from-[#bd34fe] to-[#ff3670] flex items-center text-center justify-center p-1 text-white"
|
||||||
>
|
></div>
|
||||||
<a
|
|
||||||
href="https://www.producthunt.com/posts/mermaid-chart?utm_source=badge-featured&utm_medium=badge&utm_souce=badge-mermaid-chart"
|
|
||||||
target="_blank"
|
|
||||||
>
|
|
||||||
We've made our Product Hunt debut!
|
|
||||||
<span class="underline">Show us some love and help spread the word</span>, plus receive 25%
|
|
||||||
off on annual Pro subscription!</a
|
|
||||||
>
|
|
||||||
</div>
|
|
||||||
</template>
|
</template>
|
||||||
|
@ -7,7 +7,6 @@ import Contributors from '../components/Contributors.vue';
|
|||||||
// @ts-ignore
|
// @ts-ignore
|
||||||
import HomePage from '../components/HomePage.vue';
|
import HomePage from '../components/HomePage.vue';
|
||||||
// @ts-ignore
|
// @ts-ignore
|
||||||
import TopBar from '../components/TopBar.vue';
|
|
||||||
|
|
||||||
import { getRedirect } from './redirect.js';
|
import { getRedirect } from './redirect.js';
|
||||||
|
|
||||||
@ -21,7 +20,6 @@ export default {
|
|||||||
...DefaultTheme,
|
...DefaultTheme,
|
||||||
Layout() {
|
Layout() {
|
||||||
return h(Theme.Layout, null, {
|
return h(Theme.Layout, null, {
|
||||||
'home-hero-before': () => h(TopBar),
|
|
||||||
'home-features-after': () => h(HomePage),
|
'home-features-after': () => h(HomePage),
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
|
@ -31,7 +31,7 @@ features:
|
|||||||
- title: 🏆 Award winning!
|
- title: 🏆 Award winning!
|
||||||
details: 2019 JavaScript Open Source Award winner for "The Most Exciting Use of Technology".
|
details: 2019 JavaScript Open Source Award winner for "The Most Exciting Use of Technology".
|
||||||
link: https://osawards.com/javascript/2019
|
link: https://osawards.com/javascript/2019
|
||||||
- title: 🎉 We are on Product Hunt!
|
- title: 🥰 Mermaid + Mermaid Chart
|
||||||
details: We would love any and all support from the Mermaid community!
|
details: Mermaid Chart is a major supporter of the Mermaid project.
|
||||||
link: https://www.producthunt.com/posts/mermaid-chart
|
link: https://www.mermaidchart.com/
|
||||||
---
|
---
|
||||||
|
Loading…
x
Reference in New Issue
Block a user