Fiddler Jam is a troubleshooting solution for support and development teams designed to help them troubleshoot issues quickly, easily, and securely.
Перейти к файлу
Nikolay Iliev 965f58a6f2
Merge pull request #77 from telerik/niliev/ann
docs: update announcement in config.yml
2024-03-06 11:13:57 +02:00
fj-extension codesnippet adjustments 2022-08-25 11:05:08 +03:00
images update My Resouce4s section 2022-08-25 11:19:03 +03:00
portal docs: update FJ docs content to latest 2022-10-18 14:13:34 +03:00
.gitignore fixed gitignore 2022-07-20 10:16:32 +03:00
404.html docs: initi portal site description article 2021-02-15 15:45:57 +02:00
CODEOWNERS docs: article improvment 2021-07-28 10:23:55 +03:00
LICENSE docs: docs-seed init 2021-01-25 14:13:09 +02:00
README.md docs: initial commit (README, LICENSE, gitignore) 2021-01-25 14:09:41 +02:00
_config.yml docs: update announcement in config.yml 2024-03-06 11:08:34 +02:00
copyright.md unpublish copyright article 2022-01-31 13:20:05 +02:00
exclude.txt docs: initi portal site description article 2021-02-15 15:45:57 +02:00
introduction.md docs: update FJ docs content to latest 2022-10-18 14:13:34 +03:00
jam-embedded-api.md docs:update the defaultLayout section 2022-09-02 09:02:31 +03:00
security.md improve security article 2022-08-25 10:51:28 +03:00
support.md docs: add FJ portal Repot Issue 2022-05-23 11:12:12 +03:00
temp.rar docs: remove screenshot 2022-07-13 14:33:38 +03:00
to_delete.md chore: Inital commit of docs seed content structure 2021-01-26 14:31:32 +02:00
web.config docs: capture options article 2021-02-11 16:12:17 +02:00

README.md

Fiddler Public Documentation

Welcome to the GitHub repo for Fiddler Jam Documentation. This repository contains the source content--written in Markdown--that we use to power the Fiddler Jam Documentation at https://www.telerik.com/fiddler-jam.

We believe that the documentation for a product is at its best when the content is a collaboration between the builders and consumers of that product. As such, this documentation is both public, and open sourced. That means you can clone this repository, read the docs off line, or even load the entire thing to an Apple Newton, if that's your thing.

It also means that you can play a role in making our docs better for everyone, and if helping us make the Fiddler Jam docs better sounds interesting to you, read on.

Contributing

There are two ways you can contribute to the public Fiddler Jam documentation: either create an issue in this repository, or fork the repo, make the change and send us a pull request!

  • Create an issue - If you find an issue with our docs that needs to be addressed, the best way to let us know about it is by creating an issue in this repository. When creating an issue, provide a descriptive title, be as specific as possible and link to the document in question (If you can provide a link to the closest anchor to the issue, all the better). Here's an example:

    Title: foo/bar/setting-things-up.md is missing an image
    Description: The image for setting up the the foobar handler is missing. https://github.com/telerik/fiddler-jam-docs/issues?state=open
    

Note: When creating issues, please don't modify the assignee or milestone fields. Also, please create one issue per fix or change. "Bundled" entries will be deleted.

  • Send us a pull request - Creating an issue is great--and we certainly appreciate them--but what we really love are pull requests. So, if you find an issue in the docs, or even feel like creating new content, we'd be happy to have your contributions! If you're just getting started with open source, Git, and GitHub, we suggest you first read up on forking repos and sending pull requests, both great articles from the GitHub bootcamp.

    Once you've read these--or you've already memorized them--you're ready to contribute to the Fiddler Jam docs. Start by creating a local clone of our repo either using GitHub for Windows, GitHub for Mac or your friendly command-line:

    git clone git@github.com:telerik/fiddler-jam-docs.git
    

    Then, open up the fiddler-jam-docs folder in your favorite text editor and contribute away! Of course, as you work with the docs, we do ask that you follow a couple of ground rules:

    • Fixing grammar, punctuation, and other general errors is always appreciated. So are changes that expand on key ideas or correct errors in logic phrasing or otherwise. If your ambitions are greater, however, and you want to add completely new content to the site--like a new tutorial on using Fiddler Jam with an Atari 2600, for instance--we suggest you contact a member of the team first (or enter an issue!) to vet your idea. We would all be happy to hear your idea and offer advice.
    • Each document in this repo contains a section of YAML Front Matter at the very top. This content, which looks like the text below, is used by our auto-import tool when content is processed for the www.fiddler2.com/docs site. Please don't edit the content in this section of a document.


      title: Add stuff to Fiddler Jam

      slug: howto-add-stuff

      tags: How-To

      publish: true


    • When adding content or making changes, please use only standard Markdown syntax, and make sure to preview your additions or changes before sending us a pull request.

    Once you've made your changes, commit, pull, merge, push, and send us a pull request! We--and Fiddler Jam users everywhere--thank you for making our docs better!