MicrosoftDocs / semantic-kernel-docs

Semantic Kernel (SK) is a lightweight SDK enabling integration of AI Large Language Models (LLMs) with conventional programming languages.
MIT License
180 stars 101 forks source link

Replace all code snippets in docs with references to samples #13

Open matthewbolanos opened 1 year ago

matthewbolanos commented 1 year ago

Docs should reference the code from samples to ensure that they stay up-to-date.

crazyfox55 commented 1 year ago

The docs actually walk through the code needed with a few steps. This means that some of the code in the docs doesn't match the final sample. However, the code included at the end of some of the docs should match, I think it makes sense to have those reference the code directly.