Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/JetBrains/kotlin-web-site
/ endpoints
Endpoints
21 in github.com/JetBrains/kotlin-web-site
⨍
Functions
532
◇
Types & classes
129
↳
Endpoints
21
Route
api_page
app.route('/api/<path:page_path>')
kotlin-website.py:None
Route
asset
app.route('/assets/<path:path>')
kotlin-website.py:None
Route
community_events_page
app.route('/community/events/')
kotlin-website.py:None
Route
community_page
app.route('/community/')
kotlin-website.py:None
Route
community_user_groups_page
app.route('/community/user-groups/')
kotlin-website.py:None
Route
docs
app.route('/docs/<path:path>')
kotlin-website.py:None
Route
education_courses
app.route('/education/courses/')
kotlin-website.py:None
Route
education_page
app.route('/education/')
kotlin-website.py:None
Route
get_domain
app.template_filter('get_domain')
kotlin-website.py:None
Route
get_index_page
app.route('/<path:page_path>')
kotlin-website.py:None
Route
kotlin_docs_pdf
app.route('/docs/kotlin-docs.pdf')
kotlin-website.py:None
Route
kotlin_reference_pdf
app.route('/docs/kotlin-reference.pdf')
kotlin-website.py:None
Route
next_backend_page
app.route('/backend/')
kotlin-website.py:None
Route
next_case_studies_page
app.route('/case-studies/')
kotlin-website.py:None
Route
next_index_page
app.route('/')
kotlin-website.py:None
Route
next_multiplatform_page
app.route('/multiplatform/')
kotlin-website.py:None
Route
page
app.route('/<path:page_path>.html')
kotlin-website.py:None
Route
page_404
app.route('/404.html')
kotlin-website.py:None
Route
static_file
app.route('/_next/<path:path>')
kotlin-website.py:None
Route
tutorial_img
app.route('/assets/images/tutorials/<path:filename>')
kotlin-website.py:None
Route
why_teach_page
app.route('/education/why-teach-kotlin/')
kotlin-website.py:None