mirror of
https://github.com/tldr-pages/tldr.git
synced 2026-08-28 20:11:19 +08:00
*: wrap links in angle brackets (#22999)
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
> Un generador de sitios estático sencillo que tiene en cuenta los blogs.
|
||||
> Más información: <https://jekyllrb.com/docs/usage/>.
|
||||
|
||||
- Genera un servidor de desarrollo que funcionará en http://localhost:4000/:
|
||||
- Genera un servidor de desarrollo que funcionará en <http://localhost:4000/>:
|
||||
|
||||
`jekyll serve`
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
> Inicia sesión en Pulumi Cloud.
|
||||
> Más información: <https://www.pulumi.com/docs/iac/cli/commands/pulumi_login/>.
|
||||
|
||||
- Inicia sesión en el servidor administrado Pulumi Cloud, de manera predeterminada en `https://api.pulumi.com`:
|
||||
- Inicia sesión en el servidor administrado Pulumi Cloud, de manera predeterminada en <https://api.pulumi.com>:
|
||||
|
||||
`pulumi login`
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# valet
|
||||
|
||||
> Un entorno de desarrollo Laravel que permite alojar sitios a través de túneles locales en `http://example.test`.
|
||||
> Un entorno de desarrollo Laravel que permite alojar sitios a través de túneles locales en <http://example.test>.
|
||||
> Más información: <https://laravel.com/docs/valet>.
|
||||
|
||||
- Inicia el daemon valet:
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
> Générateur de site statique simple, adapté aux blogs.
|
||||
> Plus d'informations : <https://jekyllrb.com/docs/usage/>.
|
||||
|
||||
- Génère un serveur de développement qui tourne en http://localhost:4000/ :
|
||||
- Génère un serveur de développement qui tourne en <http://localhost:4000/> :
|
||||
|
||||
`jekyll serve`
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
> 간단하고 블로그 친화적인 정적 사이트 생성기.
|
||||
> 더 많은 정보: <https://jekyllrb.com/docs/usage/>.
|
||||
|
||||
- http://localhost:4000/ 에서 실행되는 개발 서버 생성:
|
||||
- <http://localhost:4000/> 에서 실행되는 개발 서버 생성:
|
||||
|
||||
`jekyll serve`
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
> Pulumi 클라우드에 로그인.
|
||||
> 더 많은 정보: <https://www.pulumi.com/docs/iac/cli/commands/pulumi_login/>.
|
||||
|
||||
- 관리되는 Pulumi Cloud 백엔드에 로그인. 기본값은 `https://api.pulumi.com`:
|
||||
- 관리되는 Pulumi Cloud 백엔드에 로그인. 기본값은 <https://api.pulumi.com>:
|
||||
|
||||
`pulumi login`
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# valet
|
||||
|
||||
> Laravel 개발 환경으로, `http://example.test`에서 로컬 터널을 통해 사이트를 호스팅할 수 있습니다.
|
||||
> Laravel 개발 환경으로, <http://example.test>에서 로컬 터널을 통해 사이트를 호스팅할 수 있습니다.
|
||||
> 더 많은 정보: <https://laravel.com/docs/valet>.
|
||||
|
||||
- valet 데몬 시작:
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# gist
|
||||
|
||||
> Завантажує код у https://gist.github.com.
|
||||
> Завантажує код у <https://gist.github.com>.
|
||||
> Більше інформації: <https://github.com/defunkt/gist>.
|
||||
|
||||
- Увійти в gist на цьому комп'ютері:
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# cargo search
|
||||
|
||||
> 在 https://crates.io 上搜索包。
|
||||
> 在 <https://crates.io> 上搜索包。
|
||||
> 显示包及其描述,以 TOML 格式显示,可复制到 `Cargo.toml` 中。
|
||||
> 更多信息:<https://doc.rust-lang.org/cargo/commands/cargo-search.html>。
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
> 一个简单的、支持博客的静态网站生成器。
|
||||
> 更多信息:<https://jekyllrb.com/docs/usage/>。
|
||||
|
||||
- 生成一个将在 http://localhost:4000/ 上运行的开发服务器:
|
||||
- 生成一个将在 <http://localhost:4000/> 上运行的开发服务器:
|
||||
|
||||
`jekyll serve`
|
||||
|
||||
|
||||
@@ -15,6 +15,6 @@
|
||||
|
||||
`tailscale funnel --bg 3000`
|
||||
|
||||
- Expose an HTTPS server with invalid or self-signed certificates at https://localhost:8443:
|
||||
- Expose an HTTPS server with invalid or self-signed certificates at <https://localhost:8443>:
|
||||
|
||||
`tailscale funnel https+insecure://localhost:8443`
|
||||
|
||||
Reference in New Issue
Block a user