Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs(en): merge docs/main into docs-es/main @ 9b64ca24 #115

Open
wants to merge 45 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
45 commits
Select commit Hold shift + click to select a range
6c48fa7
feat/export-options
tonai Jan 24, 2023
b66a4ce
feat: add built-in components doc and add buil-in menu (#116)
tonai Feb 24, 2023
c6bd8fa
docs: fix typo in output directory (#118)
enzonotario Mar 6, 2023
46f1104
docs: Added pnpm script (#117)
estruyf Mar 6, 2023
1317cbc
docs: updates for 0.40.5 (#119)
tonai Mar 24, 2023
c2931a4
ci: update checkout and setup-node (#120)
imanmalekian31 Apr 3, 2023
6a80cc0
fix: replace commas with underscores in atomic-css (#122)
matttrice Apr 4, 2023
86744c7
docs: grids-cols to grid-cols (#121)
matttrice Apr 4, 2023
7acc339
docs: add pnpm to install.md instructions (#123)
timozander May 18, 2023
d29625c
docs: align theme docs with types (#124)
bru02 May 21, 2023
19d3ad7
feat: configuring UnoCSS
antfu May 26, 2023
e2d97fb
docs: fix incorrect option name (#125)
kaakaa May 29, 2023
44920cd
docs: support setting startLines for codeblocks slidev (#126)
fr0zn May 31, 2023
281e164
fix: IPA correction (#127)
alephpi Jun 14, 2023
c608c01
fix: FAQ page UnoCSS url (#129)
fakelbst Jul 11, 2023
8f99a82
docs(hosting): Update snippet for GitHub pages workflow (#131)
jd-solanki Jul 16, 2023
cd758d9
docs: improve doc about Link and routeAlias
twitwi Jul 27, 2023
8e6b3c0
docs: Document PDF author and keywords (#132)
marshallfWCCI Aug 6, 2023
333d273
docs: fix motion link (#133)
btea Aug 7, 2023
004c016
docs: mention support for scoped packages (#134)
Plumtree3D Aug 7, 2023
e83fcdc
feat: add built-in layout `two-cols-header` (#135)
btea Aug 11, 2023
a6243d6
fix: the third parameter of userIntervalFn is wrong (#136)
btea Aug 14, 2023
0faff2a
chore: upgrade pnpm
antfu Aug 31, 2023
d45ed05
feat: update docs
antfu Aug 31, 2023
8024ec4
docs: about `$clicks` and `$nav` context shorthand
antfu Aug 31, 2023
f03f026
docs: note about `$clicks` context
antfu Sep 1, 2023
2fe32c4
docs: remove unnecessary colons (#140)
kawamataryo Sep 1, 2023
234e7b1
feat: add `$page` and `$renderContext` context
antfu Sep 3, 2023
6e0af1f
feat: view transitions (#141)
Jannchie Sep 3, 2023
4b8e2bb
docs: add monaco editorOptions (#142)
carlosingles Sep 4, 2023
20eef62
docs(layouts): fix typo (#144)
cerinoligutom Sep 5, 2023
c3ab951
docs: update node version
antfu Sep 5, 2023
11d3475
docs: add LaTex line highlighting (#145)
Sep 7, 2023
0c89704
docs: update hosting guide for GitHub Pages (#146)
george-gca Sep 23, 2023
b67d676
docs: call out required leading slash in base path (#148)
adamdehaven Oct 11, 2023
285da45
docs: update showcase (#149)
zyf722 Oct 24, 2023
cbaf809
docs: `at` option in line highlightning (#150)
TechWatching Nov 9, 2023
32ffb9e
feat: add slidev-theme-frankfurt to themes.ts (#152)
MuTsunTsai Nov 10, 2023
5c3b2e7
docs: yaml block as frontmatter
antfu Nov 16, 2023
4e57682
docs: update hosting.md for gh-pages (#155)
george-gca Nov 21, 2023
e041d9f
docs: explain that Slidev adds custom UnoCSS shortcuts (#157)
Hofer-Julian Nov 23, 2023
a6529b6
docs: support shikiji
antfu Dec 13, 2023
7df7697
feat: Add notice to the custom clicks count when using the at directi…
John98Zakaria Jan 22, 2024
9b64ca2
fix: Remove extra space for props to be parsed correctly (#159)
John98Zakaria Jan 22, 2024
735cf25
docs(en): merging all conflicts
docschina-bot Jan 22, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
32 changes: 32 additions & 0 deletions .vitepress/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,15 @@ const Customizations = [
link: '/custom/config-vite',
},
{
<<<<<<< HEAD
text: 'Configurar Windi CSS',
=======
text: 'Configure UnoCSS',
link: '/custom/config-unocss',
},
{
text: 'Configure Windi CSS',
>>>>>>> 9b64ca249c101e7e425d7ca81aebba12658b9b97
link: '/custom/config-windicss',
},
{
Expand Down Expand Up @@ -186,6 +194,17 @@ const Customizations = [
}
]

const BuiltIn = [
{
text: 'Components',
link: '/builtin/components',
},
{
text: 'Layouts',
link: '/builtin/layouts',
},
]

const Resources = [
{
text: 'Galería',
Expand Down Expand Up @@ -219,6 +238,7 @@ const slidebars = [
children: Customizations,
},
{
<<<<<<< HEAD
text: 'Integrado',
children: [
{
Expand All @@ -230,6 +250,10 @@ const slidebars = [
link: '/builtin/layouts',
},
],
=======
text: 'Built-in',
children: BuiltIn,
>>>>>>> 9b64ca249c101e7e425d7ca81aebba12658b9b97
},
]

Expand Down Expand Up @@ -287,7 +311,15 @@ module.exports = {
items: Customizations,
},
{
<<<<<<< HEAD
text: 'Recursos',
=======
text: 'Built-in',
items: BuiltIn,
},
{
text: 'Resources',
>>>>>>> 9b64ca249c101e7e425d7ca81aebba12658b9b97
items: Resources,
},
{
Expand Down
12 changes: 12 additions & 0 deletions .vitepress/showcases.ts
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,18 @@ export const showcases: ShowCaseInfo[] = [
at: 'Internal Tech Talk',
datetime: '2022-12-01',
},
{
title: 'Exploring Social Engineering',
cover: 'https://raw.githubusercontent.com/zyf722/exploring-social-engineering-slides/main/assets/Screenshot_Cover.png',
author: {
name: 'zyf722',
link: 'https://github.com/zyf722',
},
slidesLink: 'https://zyf722.github.io/exploring-social-engineering-slides/',
sourceLink: 'https://github.com/zyf722/exploring-social-engineering-slides',
at: 'Presentation on Social Engineering in Computers in Society class',
datetime: '2023-10-20',
},
// Add yours here!
{
title: 'Yours?',
Expand Down
2 changes: 1 addition & 1 deletion .vitepress/theme/components/ThemeInfo.vue
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ const index = ref(0)
if (props.theme.previews.length > 1 && isClient) {
const { resume } = useIntervalFn(() => {
index.value = (index.value + 1) % props.theme.previews.length
}, 3000, false)
}, 3000, { immediate: false })
// add random defer so they don't starts together
setTimeout(resume, Math.round(1000 * Math.random()))
}
Expand Down
20 changes: 20 additions & 0 deletions .vitepress/themes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -426,6 +426,26 @@ export const community: ThemeInfo[] = [
'minimalism',
],
},
{
id: 'slidev-theme-frankfurt',
name: 'Frankfurt',
description: 'Inspired by the Beamer theme Frankfurt',
author: {
name: 'Mu-Tsun Tsai',
link: 'https://github.com/MuTsunTsai',
},
repo: 'https://github.com/MuTsunTsai/slidev-theme-frankfurt',
previews: [
'https://cdn.jsdelivr.net/gh/MuTsunTsai/slidev-theme-frankfurt/screenshots/01.png',
'https://cdn.jsdelivr.net/gh/MuTsunTsai/slidev-theme-frankfurt/screenshots/04.png',
'https://cdn.jsdelivr.net/gh/MuTsunTsai/slidev-theme-frankfurt/screenshots/06.png',
'https://cdn.jsdelivr.net/gh/MuTsunTsai/slidev-theme-frankfurt/screenshots/07.png',
],
tags: [
'dark',
'light',
],
},
// Add yours here!
{
id: '',
Expand Down
8 changes: 8 additions & 0 deletions addons/write-an-addon.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,19 @@

Un addon puede permitirte lo siguiente:

<<<<<<< HEAD
- Estilos globales (úsalo con cautela puesto que es el enfoque de [los temas](/themes/use)
- Proporcionar layouts personalizados o sustituye los existentes
- Proporcionar componentes personalizados o sustituir los existentes
- Extender las configuraciones CSS de Windi
- Configurar herramientas como Monaco y Prism
=======
- Global styles (use with caution has it is more the role of [themes](/themes/use))
- Provide custom layouts or override the existing one
- Provide custom components or override the existing one
- Extend UnoCSS/Windi CSS configurations
- Configure tools like Monaco and Prism
>>>>>>> 9b64ca249c101e7e425d7ca81aebba12658b9b97


## Convenciones
Expand Down