Code Monkey home page Code Monkey logo

docs's People

Contributors

chenhg5 avatar ectalite avatar hmert avatar jsmith-dev avatar laijinhang avatar skanger avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

docs's Issues

Unable to setup go-admin

When i am trying to run go install github.com/GoAdminGroup/go-admin/adm command i am getting below error.
cannot find package "github.com/GoAdminGroup/go-admin/adm" in any of: c:\go\src\github.com\GoAdminGroup\go-admin\adm (from $GOROOT) C:\Users\krish\go\src\github.com\GoAdminGroup\go-admin\adm (from $GOPATH)
Can anyone help me in setting up the application.
Thanks in Advance

主键字段必须叫id

经过我测试,发现在mysql主键字段必须叫id,否则会报错:
Error 1054: Unknown column 'dep_task.id' in 'field list' 错误

.

Wrong place. Delete issue.

Document Translation

Volunteer Wanted

Hey, guys! We are going to provide documentations of more other languages.

But we are short of staff :-( So, we want some volunteers to help us to translate the documentation into other languages. Every translation task needs a translator and a reviewer. Both of them are expected that they had used the GoAdmin in the real world.

Translator

A translator should be familiar with both Chinese or English and the language that you want to translate into.

If you want to be a volunteer translator, just comment on this issue. For example, "I want to be the translator of English install.md ....". And then, we will update this issue.

Premise:

Contributing:

  1. Fork
  2. Create a branch starting at the master and name it as translation-[xxx].
  3. Find Markdown files.
  4. Just translate it.
  5. Create a pull request when your translation is done, and ping your reviewer.
  6. docs: request to docs: master.
  7. PR will be merged if your reviewer think it is OK.

TODOs:

  • English (translator: @ reviewer:@ )
  • 日本語 (translator: @ reviewer:@ )
  • Français (translator: @Ectalite reviewer:@ )
  • Русский (translator: @ reviewer:@ )
  • Türkçe (translator: @ reviewer:@ )
  • العَرَبِيَّة (translator: @ reviewer:@ )
  • español (translator: @ reviewer:@ )
  • Português (translator: @ reviewer:@ )
  • Türkçe(translator: @ilketaha reviewer:@fakturk )
  • Ukrainian (translator: @Vova-Kozak reviewer:@Vova-Kozak )
  • etc....

docs/zh/plugins/admin.md need upgrade

to v1.2.24

	if err := eng.AddConfigFromYAML("./config.yml").
		AddGenerators(tables.Generators).
		Use(r); err != nil {
		panic(err)
	}

	if err := eng.AddConfigFromYAML("./config.yml").
		AddGenerators(tables.Generators,YOU-Generators).
		Use(r); err != nil {
		panic(err)
	}

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.