hikari-py / hikari

A Discord API wrapper for Python and asyncio built on good intentions.
https://docs.hikari-py.dev/en/stable
MIT License
816 stars 94 forks source link

Getting started doc segment #835

Open FasterSpeeding opened 3 years ago

FasterSpeeding commented 3 years ago

Summary

Add a getting started segment to the docs.

Problem

API references are a lot to take in and go over for someone who's just getting used to the library and a getting started segment can help ease people into it.

Ideal implementation

a getting started segment to the docs or at least on the docs site.

Checklist

davfsa commented 3 years ago

Probably also good to leave this here, along with the migration that is being worked on in #760, I wanted to setup a neat design that we can later integrate with jekyll (what github pages uses, not my choice) to parse .md files to static pages. This will allow us to add more sections without worrying about all the HTML

This involves making the theme for #808 work nicely with jekyll

FasterSpeeding commented 3 years ago

This could possibly also be a resolution for #815 since we could link to tanjun and lightbulb for slash commands in the actual documentation

davfsa commented 3 years ago

Just to add an idea, we could maybe make use of mdBook to do this instead of making a jekyll theme, which is going to be arguably harder.

This would include some planning, but a "hikari book" might be ideal for this. There we could include different sections for different things

PythonTryHard commented 7 months ago

Related PR: #1522