multiple pages: normalize "more information" labels (#5140)

This commit is contained in:
bl-ue
2021-01-15 12:24:49 -05:00
committed by GitHub
parent b112894a97
commit c59f12aa9f
177 changed files with 181 additions and 181 deletions

View File

@@ -2,7 +2,7 @@
> Mentransfer data dari atau ke server.
> Mendukung sebagian besar protokol, termasuk HTTP, FTP, dan POP3.
> Informasi selengkapnya: <https://curl.haxx.se>.
> Informasi lebih lanjut: <https://curl.haxx.se>.
- Unduh konten URL ke file:

View File

@@ -1,7 +1,7 @@
# docker
> Mengatur kontainer Docker dan image.
> Informasi selengkapnya: <https://docs.docker.com/engine/reference/commandline/cli/>.
> Informasi lebih lanjut: <https://docs.docker.com/engine/reference/commandline/cli/>.
- Menampilkan semua daftar kontainer docker yang sedang berjalan:

View File

@@ -1,7 +1,7 @@
# git add
> Menambahkan file yang diubah ke indeks.
> Informasi selengkapnya: <https://git-scm.com/docs/git-add>.
> Informasi lebih lanjut: <https://git-scm.com/docs/git-add>.
- Tambahkan file ke indeks:

View File

@@ -1,7 +1,7 @@
# git commit
> Komit file ke dalam sebuah repositori.
> Informasi selengkapnya: <https://git-scm.com/docs/git-commit>.
> Informasi lebih lanjut: <https://git-scm.com/docs/git-commit>.
- Komit file bertahap ke repositori dengan sebuah pesan:

View File

@@ -2,7 +2,7 @@
> Menampilkan perubahan pada file dalam repositori Git.
> Menmapilkan daftar perubahan , menambahkan dan menghapus file dibandingkan dengan komit yang saat ini di check-out.
> Informasi selengkapnya: <https://git-scm.com/docs/git-status>.
> Informasi lebih lanjut: <https://git-scm.com/docs/git-status>.
- Tampilkan file yang diubah yang belum ditambahkan untuk komit:

View File

@@ -1,7 +1,7 @@
# git
> Sistem kontrol versi terdistribusi.
> Informasi selengkapnya: <https://git-scm.com/>.
> Informasi lebih lanjut: <https://git-scm.com/>.
- Memeriksa versi Git:

View File

@@ -1,7 +1,7 @@
# laravel-zero
> Pemasang Laravel Zero framework berbasis command line.
> Informasi lanjut: <https://laravel-zero.com>.
> Informasi lebih lanjut: <https://laravel-zero.com>.
- Buat aplikasi Laravel Zero baru:

View File

@@ -1,7 +1,7 @@
# laravel
> Pemasang Laravel framework berbasis command line.
> Informasi lanjut: <https://laravel.com>.
> Informasi lebih lanjut: <https://laravel.com>.
- Buat aplikasi Laravel baru:

View File

@@ -2,7 +2,7 @@
> Manajer paket JavaScript dan Node.js.
> Mengelola proyek Node.js dan dependensi modulnya.
> Informasi selengkapnya: <https://www.npmjs.com/>.
> Informasi lebih lanjut: <https://www.npmjs.com/>.
- Membuat file package.json secara interaktif:

View File

@@ -1,7 +1,7 @@
# vue build
> Sub-perintah yang disediakan oleh `@vue/cli` dan `@vue/cli-service-global` yang memungkinkan prototipe cepat.
> Informasi lanjut: <https://cli.vuejs.org/guide/prototyping.html>.
> Informasi lebih lanjut: <https://cli.vuejs.org/guide/prototyping.html>.
- Membangun berkas `.js` or `.vue` pada mode produksi tanpa konfigurasi:

View File

@@ -1,7 +1,7 @@
# vue init
> Sub-perintah untuk menginisialisasi proyek warisan framework Vue.js.
> Informasi lanjut: <https://cli.vuejs.org/guide/creating-a-project.html#pulling-2-x-templates-legacy>.
> Informasi lebih lanjut: <https://cli.vuejs.org/guide/creating-a-project.html#pulling-2-x-templates-legacy>.
- Buat proyek baru dengan menggunakan salah satu templat bawaan:

View File

@@ -1,7 +1,7 @@
# vue serve
> Sub-perintah yang disediakan oleh `@vue/cli` dan `@vue/cli-service-global` yang memungkinkan prototipe cepat.
> Informasi lanjut: <https://cli.vuejs.org/guide/prototyping.html>.
> Informasi lebih lanjut: <https://cli.vuejs.org/guide/prototyping.html>.
- Sajikan berkas `.js` or `.vue` pada mode pengembangan tanpa konfigurasi:

View File

@@ -1,7 +1,7 @@
# vue
> CLI serba guna untuk Vue.js.
> Informasi lanjut: <https://cli.vuejs.org>.
> Informasi lebih lanjut: <https://cli.vuejs.org>.
- Buat proyek vue baru secara interaktif: