Skip to content

Commit fc90424

Browse files
committed
docs(en): merging all conflicts
2 parents fdebdec + c3c1774 commit fc90424

File tree

2 files changed

+25
-0
lines changed

2 files changed

+25
-0
lines changed

custom/index.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,7 @@ htmlAttrs:
9999

100100
Επιπλέον, κάθε διαφάνεια δέχεται την ακόλουθη ρύθμιση στο μπλοκ Frontmatter:
101101

102+
<<<<<<< HEAD
102103
* `clicks` (`number`): Προσαρμοσμένος αριθμός clicks (μάθετε περισσότερα [εδώ](/guide/animations.html#πpοσαpμοσμένος-αpιθμός-clicks)).
103104
* `disabled` (`boolean`): Απενεργοποιήστε πλήρως τη διαφάνεια.
104105
* `hide` (`boolean`): Αποκρύψτε τις υπο-διαφάνειες όταν χρησιμοποιείτε το `src` (μάθετε περισσότερα [εδώ](/guide/syntax.html#πολλαπλές-είσοδοι)).
@@ -110,6 +111,20 @@ htmlAttrs:
110111
* `src` (`string`): Συμπεριλάβετε ένα αρχείο markdown (μάθετε περισσότερα [εδώ](/guide/syntax.html#πολλαπλές-είσοδοι)).
111112
* `title` (`string`): Παρακάμψτε τον τίτλο για τα στοιχεία `<Title>` και `<Toc>` (μάθετε περισσότερα [εδώ](/builtin/components.html#titles)).
112113
* `transition` (`string | TransitionProps`): Ορίστε τη μετάβαση μεταξύ της διαφάνειας και της επόμενης (μάθετε περισσότερα [εδώ](/guide/animations.html#μεταβάσεις-διαφανειών)).
114+
=======
115+
* `clicks` (`number`): Custom clicks count (learn more [here](/guide/animations.html#custom-total-clicks-count)).
116+
* `disabled` (`boolean`): Completely disable and hide the slide.
117+
* `hide` (`boolean`): The same as `disabled`.
118+
* `hideInToc` (`boolean`): Hide the slide for the `<Toc>` components (learn more [here](/builtin/components.html#toc)).
119+
* `layout` (`string`): Defines the layout component applied to the slide (learn more [here](/guide/syntax.html#front-matter-layouts) and [here](/builtin/layouts.html)).
120+
* `level` (`number`): Override the title level for the `<Title>` and `<Toc>` components (only if `title` has also been declared, learn more [here](/builtin/components.html#titles)).
121+
* `preload` (`boolean`, default `true`): Preload the next slide (learn more [here](/guide/animations.html#motion)).
122+
* `routeAlias` (`string`): Create a route alias that can be used in the URL or with the `<Link>` component (learn more [here](/builtin/components.html#link)).
123+
* `src` (`string`): Includes a markdown file (learn more [here](/guide/syntax.html#multiple-entries)).
124+
* `title` (`string`): Override the title for the `<Title>` and `<Toc>` components (learn more [here](/builtin/components.html#titles)).
125+
* `transition` (`string | TransitionProps`): Defines the transition between the slide and the next one (learn more [here](/guide/animations.html#slide-transitions)).
126+
* `zoom` (`number`): Custom zoom scale. Useful for slides with a lot of content.
127+
>>>>>>> c3c1774bdf48295664f5b30d7ba7bfbda5a0f3d2
113128
114129
## Δομή Φακέλου
115130

guide/install.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -160,12 +160,22 @@ npm run slidev -- --open
160160

161161
Επιλογές:
162162

163+
<<<<<<< HEAD
163164
* `--port`, `-p` (`number`, προεπιλογή: `3030`): αριθμός port.
164165
* `--open`, `-o` (`boolean`, προεπιλογή: `false`): άνοιγμα στο πρόγραμμα περιήγησης.
165166
* `--remote [password]` (`string`): ακούει τον public host και ενεργοποιεί τον απομακρυσμένο έλεγχο, εάν περαστεί μια τιμή, τότε η λειτουργία του παρουσιαστή είναι ιδιωτική και προσβάσιμη μόνο με τη διαβίβαση του συγκεκριμένου κωδικού πρόσβασης στην παράμετρο `password` του URL query.
166167
* `--log` (`'error', 'warn', 'info', 'silent'`, προεπιλογή: `'warn'`): επίπεδο καταγραφής δεδομένων.
167168
* `--force`, `-f` (`boolean`, προεπιλογή `false`): αναγκάζει τον βελτιστοποιητή να αγνοήσει την προσωρινή μνήμη και να κάνει re-bundle.
168169
* `--theme`, `-t` (`string`): παρακάμπτει το θέμα.
170+
=======
171+
* `--port`, `-p` (`number`, default: `3030`): port number.
172+
* `--open`, `-o` (`boolean`, default: `false`): open in browser.
173+
* `--remote [password]` (`string`): listen to public host and enable remote control, if a value is passed then the presenter mode is private and only accessible by passing the given password in the URL query `password` parameter.
174+
* `--bind` (`string`, default: `0.0.0.0`): specify which IP addresses the server should listen on in the remote mode.
175+
* `--log` (`'error', 'warn', 'info', 'silent'`, default: `'warn'`): Log level.
176+
* `--force`, `-f` (`boolean`, default: `false`): force the optimizer to ignore the cache and re-bundle.
177+
* `--theme`, `-t` (`string`): override theme.
178+
>>>>>>> c3c1774bdf48295664f5b30d7ba7bfbda5a0f3d2
169179
170180
### `slidev build [entry]`
171181

0 commit comments

Comments
 (0)