diff --git a/docs/intro.md b/docs/intro.md index ba56f35..68c8790 100644 --- a/docs/intro.md +++ b/docs/intro.md @@ -1,48 +1,7 @@ --- slug: / sidebar_position: 1 +title: Panduan TOKI --- -# Tutorial Intro - -Let's discover **Docusaurus in less than 5 minutes**. - -## Getting Started - -Get started by **creating a new site**. - -Or **try Docusaurus immediately** with **[docusaurus.new](https://docusaurus.new)**. - -### What you'll need - -- [Node.js](https://nodejs.org/en/download/) version 18.0 or above: - - When installing Node.js, you are recommended to check all checkboxes related to dependencies. - -## Generate a new site - -Generate a new Docusaurus site using the **classic template**. - -The classic template will automatically be added to your project after you run the command: - -```bash -npm init docusaurus@latest my-website classic -``` - -You can type this command into Command Prompt, Powershell, Terminal, or any other integrated terminal of your code editor. - -The command also installs all necessary dependencies you need to run Docusaurus. - -## Start your site - -Run the development server: - -```bash -cd my-website -npm run start -``` - -The `cd` command changes the directory you're working with. In order to work with your newly created Docusaurus site, you'll need to navigate the terminal there. - -The `npm run start` command builds your website locally and serves it through a development server, ready for you to view at http://localhost:3000/. - -Open `docs/intro.md` (this page) and edit some lines: the site **reloads automatically** and displays your changes. +*Website* ini berisi panduan-panduan yang ditulis oleh Alumni TOKI untuk mendukung pelaksanaan berbagai kegiatan TOKI. diff --git a/docs/tlx/_category_.yml b/docs/tlx/_category_.yml new file mode 100644 index 0000000..8146a15 --- /dev/null +++ b/docs/tlx/_category_.yml @@ -0,0 +1,4 @@ +label: TLX +collapsible: true +collapsed: false + \ No newline at end of file diff --git a/docs/tlx/problem-slug.md b/docs/tlx/problem-slug.md new file mode 100644 index 0000000..a1fe3df --- /dev/null +++ b/docs/tlx/problem-slug.md @@ -0,0 +1 @@ +# Panduan Membuat Slug Soal diff --git a/docusaurus.config.js b/docusaurus.config.js index 518fdfe..6134af3 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -45,7 +45,7 @@ const config = { // Please change this to your repo. // Remove this to remove the "edit this page" links. editUrl: - 'https://github.com/facebook/docusaurus/tree/main/packages/create-docusaurus/templates/shared/', + 'https://github.com/ia-toki/panduan/blob/main/', }, blog: false, theme: { @@ -67,7 +67,7 @@ const config = { }, items: [ { - href: 'https://github.com/facebook/docusaurus', + href: 'https://github.com/ia-toki/panduan', label: 'GitHub', position: 'right', },