hey folks, can you educate me how to create a new ...
# python
l
hey folks, can you educate me how to create a new tutorial for azure? on your docs site
g
you can send a PR to https://github.com/pulumi/docs
l
that doesnt really help. i know what github is 😉
i'm asking where should i create the file is there some naming convention\contribution guidelines etc
jsut put a new file here?
I'm not exactly clear about the doc structure
g
yes, i believe so. i haven’t touched it much myself
i think i need to put it here as well
g
l
yeah, i found that already. but i think its outdated?
g
we’re happy to help iterate on it if you send something in. thanks in advance!
l
i'm not very familiar with jekyll
another question, my pulumi creates a project with python without any prompts, is this because i have python3 executable on my path?
g
i’m not quite sure what you mean? what command are you running?
l
pulumi new azure-python --dir aks
g
pulumi new
creates a project based on templates. since you’re selecting
azure-python
, it’s using a python template
l
i didnt select it, questionmark
ah wait, azure-python is a template reference or something?
g
yeah, there’s a list of built-in templates
l
cool, never knew, thanks
g
you can see the full list with
pulumi new --help